X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fdark%2Fstyle.css;h=0e5c394394370a186bcd1663264732166da1a2f8;hb=370571845b989babab5eb15d1a3f1b8ddf5ddf57;hp=ebb99774162f9b6b3338f2ad523a22bf21b18a53;hpb=20fbf670db15809fd01b155773aab38e6298f670;p=friendica.git diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index ebb9977416..0e5c394394 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -744,8 +744,12 @@ ul.menu-popup .toolbar a:hover { } /* autocomplete popup */ .autocomplete, -.acpopup { +.acpopup-mce { max-height: 150px; +} +.autocomplete, +.acpopup-mce, +.acpopup { background-color: #ffffff; color: #2d2d2d; border: 1px solid #364e59; @@ -774,6 +778,15 @@ ul.menu-popup .toolbar a:hover { .acpopupitem.selected { background-color: #bdcdd4; } +.textcomplete-item { + color: #2d2d2d; +} +.textcomplete-item a:hover { + color: #2d2d2d; +} +.textcomplete-item.active { + background-color: #bdcdd4; +} #nav-notifications-menu { width: 400px; max-height: 550px; @@ -1007,9 +1020,6 @@ aside .posted-date-selector-months { padding: 0; margin: 2px; } -.widget h3 a { - color: #2d2d2d; -} .widget .action { opacity: 0.1; -webkit-transition: all 0.2s ease-in-out; @@ -1200,6 +1210,9 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } +.wall-item-container .wall-item-actions-social a.active { + font-weight: bold; +} .wall-item-container .wall-item-actions-tools { float: right; width: 15%; @@ -1658,6 +1671,9 @@ span[id^="showmore-wrap"] { overflow: hidden; text-overflow: ellipsis; } +#contact-edit-status-wrapper { + border-color: #364e59; +} /* editor */ .jothidden { display: none;