MDL-38856 theme_bootstrapbase: Inverse user name text unreadable on nav bar
This commit is contained in:
@@ -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
Reference in New Issue
Block a user