From: Roland Häder Date: Wed, 7 Jun 2023 14:44:18 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac150fb632ea8b8aa25a2ea546a69c8d3c5d0b4c;p=friendica.git Continued: - re-colored more --- diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css index 39f3b77a4f..af3421c3f2 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.css +++ b/view/theme/frio/scheme/stolzmonat_DE.css @@ -51,5 +51,27 @@ body a.active, } .btn-info { - background-image: linear-gradient(to bottom, #fdfdfd 0, black 100%); + background-image: linear-gradient(to bottom, #fdfdfd 0, black 100%) !important; +} + +#topbar-first #nav-notifications-menu li.notification-unseen { + background-color: #e0e0e0 !important; +} + +.nav-pills .dropdown-menu li > a, +.nav-tabs .dropdown-menu li > a, +.account .dropdown-menu li > a, +.contact-photo-wrapper .dropdown-menu li > a { + border-left: 3px solid #a08f70 !important; +} + +.nav-pills .dropdown-menu li > a:hover, +.nav-tabs .dropdown-menu li > a:hover, +.account .dropdown-menu li > a:hover, +.contact-photo-wrapper .dropdown-menu li > a:hover, +.nav-pills .dropdown-menu li.selected a, +.nav-tabs .dropdown-menu li.selected a, +.account .dropdown-menu li.selected a, +.contact-photo-wrapper .dropdown-menu li.selected a { + background: #666666 !important; }