]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
vier: colorbox fix (img max-width: 100%)
[friendica.git] / view / theme / duepuntozero / style.css
index 787e52600c4303071820f9a10c64e2f32dbfe440..53d034d8659f051ae62feaef4128ac662e382444 100644 (file)
@@ -3308,6 +3308,12 @@ aside input[type='text'] {
 
 /* autocomplete popup */
 .acpopup {
+       background-color:#ffffff;
+       overflow:auto;
+       z-index:100000;
+       border:1px solid #cccccc;
+}
+.acpopup-mce {
        max-height:150px;
        background-color:#ffffff;
        overflow:auto;
@@ -3326,6 +3332,12 @@ aside input[type='text'] {
 .acpopupitem.selected {
        color: #FFFFFF; background: #3465A4;
 }
+.textcomplete-item.active {
+       color: #FFFFFF; background: #3465A4;
+}
+.active a .acpopup-sub-text {
+       color: #fff;
+}
 
 /* popup notifications */
 div.jGrowl div.notice {