aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-10 14:01:03 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-10 14:01:03 +0200
commit97fcc495f2d6638eb2fce1aad93ea3e775b2738e (patch)
tree93c5a60ccc0772a253abf9bc26adaf8c50fc33b2 /view/theme
parentd2e366a46fbdb40c7c6704b3a7f55ad235c93bf3 (diff)
downloadvolse-hubzilla-97fcc495f2d6638eb2fce1aad93ea3e775b2738e.tar.gz
volse-hubzilla-97fcc495f2d6638eb2fce1aad93ea3e775b2738e.tar.bz2
volse-hubzilla-97fcc495f2d6638eb2fce1aad93ea3e775b2738e.zip
fix minor issue in dark and light schemas
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/Focus-Light.css1
-rw-r--r--view/theme/redbasic/schema/dark.css3
2 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/Focus-Light.css b/view/theme/redbasic/schema/Focus-Light.css
index d23fc0fd8..7289acffe 100644
--- a/view/theme/redbasic/schema/Focus-Light.css
+++ b/view/theme/redbasic/schema/Focus-Light.css
@@ -1,3 +1,4 @@
+.dropdown-header.text-white-50,
.navbar-dark .navbar-toggler,
.navbar-dark .nav-link.active {
color: rgba(0,0,0,0.7) !important;
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index dbee67c84..71f7bc393 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -152,6 +152,7 @@ option {
background-color: #111;
}
+.dropdown-header.text-black-50,
.nav-link.active {
color:#fff !important;
}
@@ -373,7 +374,7 @@ pre {
}
.dropdown-menu >li > a {
- color: #ccc;
+ color: #ccc !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {