]> 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>
Sun, 10 Mar 2024 13:07:56 +0000 (14:07 +0100)
- re-colored more

view/theme/frio/scheme/stolzmonat_DE.css

index aaad0735afd419e84fc35f80594e13174e3a4593..0292ab741f775fa95f5ab2a0e932f82a5d2fd012 100644 (file)
@@ -50,5 +50,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;
 }