-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE
-
wip-
MDL-39836_master -
On the navigation bar the text for the username is unreadable when the colours are inverted in the Clean theme.
The solution is to add the following 'less' to the '/theme/bootstrapbase/less/moodle/modules.less' file:
.navbar-inverse {
|
.logininfo a {
|
color: @navbarInverseLinkColor;
|
}
|
.logininfo a:hover {
|
background-color: @navbarInverseLinkBackgroundHover; // "transparent" is default to differentiate :hover/:focus from .active
|
color: @navbarInverseLinkColorHover;
|
}
|
}
|
- blocks
-
MDL-39868 Make Clean theme 'You are not logged in (Login)' link more prominant in the top navbar.
-
- Closed
-