aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-25 10:58:08 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-25 10:58:08 +0200
commitda775d182af76b17b65f5475d1a8ac617db57188 (patch)
tree2632c0da994ac68c918a69bd23ea4dbae74a989a /view
parent0f836c9d5e68cfb863f67cbd640c75d1ce72b687 (diff)
downloadvolse-hubzilla-da775d182af76b17b65f5475d1a8ac617db57188.tar.gz
volse-hubzilla-da775d182af76b17b65f5475d1a8ac617db57188.tar.bz2
volse-hubzilla-da775d182af76b17b65f5475d1a8ac617db57188.zip
css fixes for bs-default schema
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/schema/BS-Default.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.css b/view/theme/redbasic/schema/BS-Default.css
index 9045d3b97..47e93edc3 100644
--- a/view/theme/redbasic/schema/BS-Default.css
+++ b/view/theme/redbasic/schema/BS-Default.css
@@ -1,7 +1,4 @@
-.navbar-dark .navbar-toggler {
- color: rgba(0,0,0,0.7);
-}
-
-#notifications-btn.text-white {
- color: #777 !important;
+.navbar-dark .navbar-toggler,
+.nav-link.active {
+ color: rgba(0,0,0,0.7) !important;
}