]> git.mxchange.org Git - friendica.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2023 14:44:18 +0000 (16:44 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Jan 2024 00:03:06 +0000 (01:03 +0100)
- re-colored more

view/theme/frio/scheme/stolzmonat_DE.css

index 39f3b77a4f5a74be0e00bbaceb1a5642a8af6d52..af3421c3f2f7915760a51e244c2abeb8b7d679c8 100644 (file)
@@ -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;
 }