mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge pull request #4480 from humhub/fix/navigationTextColor
Fix: Tab menu text coloring on hover and activation.
This commit is contained in:
commit
ff614c3731
@ -15,6 +15,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.nav-tabs > li > a {
|
||||
color: @text-color-main;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
|
||||
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
|
||||
color: @text-color-highlight;
|
||||
}
|
||||
|
||||
.tab-menu {
|
||||
padding-top: 10px;
|
||||
background-color: @background-color-main;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user