MDL-38856 theme_bootstrapbase: Inverse user name text unreadable on nav bar

This commit is contained in:
Gareth J Barnard
2013-05-27 02:14:19 +01:00
parent 73f560c7b2
commit af9c2dcf24
2 changed files with 11 additions and 3 deletions
+10 -2
View File
@@ -81,12 +81,20 @@ select {
.dir-rtl .navbar .brand {
float: right;
}
.navbar .logininfo a {
color: @navbarLinkColor;
}
.navbar .logininfo a:hover {
background-color: @navbarLinkBackgroundHover; // "transparent" is default to differentiate :hover/:focus from .active
color: @navbarLinkColorHover;
background-color: @navbarLinkBackgroundHover; // "transparent" is default to differentiate :hover/:focus from .active
color: @navbarLinkColorHover;
}
.navbar-inverse .logininfo a {
color: @navbarInverseLinkColor;
}
.navbar-inverse .logininfo a:hover {
background-color: @navbarInverseLinkBackgroundHover; // "transparent" is default to differentiate :hover/:focus from .active
color: @navbarInverseLinkColorHover;
}
.navbar-fixed-top,
File diff suppressed because one or more lines are too long