diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-08 16:57:49 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-08 16:57:49 -0700 |
commit | 91249c4bfad36f02cdc3fe5e9d415b4dc49b10f5 (patch) | |
tree | a9e83df8819b70ca116b8b825ba53772198575c1 | |
parent | 507e10fa451cd7302dbcc9b7adadff26eb8c5d5e (diff) | |
parent | a6cedf095345ff24ff35e7ecd9232ad35a86a1fe (diff) | |
download | volse-hubzilla-91249c4bfad36f02cdc3fe5e9d415b4dc49b10f5.tar.gz volse-hubzilla-91249c4bfad36f02cdc3fe5e9d415b4dc49b10f5.tar.bz2 volse-hubzilla-91249c4bfad36f02cdc3fe5e9d415b4dc49b10f5.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f391c84e3..a671a6671 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2053,6 +2053,18 @@ nav .badge.mail-update:hover { padding: 7px 10px; } +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: transparent; +} + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + background-color: transparent; +} + #tabs-collapse-1 { padding: 0px; margin-bottom: 25px; |