From ac150fb632ea8b8aa25a2ea546a69c8d3c5d0b4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 7 Jun 2023 16:44:18 +0200 Subject: [PATCH] Continued: - re-colored more --- view/theme/frio/scheme/stolzmonat_DE.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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; } -- 2.39.5