diff options
author | git-marijus <mario@mariovavti.com> | 2017-06-04 17:15:33 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-06-04 17:16:18 +0200 |
commit | 4784f847c9d752c34ff4eeec8a6c40455fe313ce (patch) | |
tree | 21585ce9f10d9a2eeef5d8f253bc362cad8a99a8 /view/theme/redbasic/schema | |
parent | 10ecb6d3681788ae535f4168bd85f6f2fc22232f (diff) | |
download | volse-hubzilla-4784f847c9d752c34ff4eeec8a6c40455fe313ce.tar.gz volse-hubzilla-4784f847c9d752c34ff4eeec8a6c40455fe313ce.tar.bz2 volse-hubzilla-4784f847c9d752c34ff4eeec8a6c40455fe313ce.zip |
fix nav-tabs for dark scheme
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index ebef68a52..4154c88fa 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -270,26 +270,20 @@ nav .dropdown-menu { background: #999; } -.nav-tabs{ +.nav-tabs { border-bottom:1px solid #333; } -.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{ - border:1px solid #333; -} - -.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus { +.nav-tabs .nav-link.active { color: #fff; - background-color: #111; -} - -.nav-tabs.nav-justified > li > a { - color: #ccc; + background-color: #111; + border-color: #333; } -.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { - text-decoration: underline; - background-color: #222; +.nav-tabs .nav-link:hover, +.nav-tabs .nav-link:focus { + text-decoration: underline; + background-color: #222; color: #ccc; border-color: #333; } |