mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-39977 theme_bootstrapbase: Changes the way Clean theme's login takes its navbar styles from Bootstrapbase.
This commit is contained in:
parent
b6f8a93642
commit
58183f9b01
@ -82,13 +82,6 @@ select {
|
||||
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;
|
||||
}
|
||||
.navbar-inverse .logininfo a {
|
||||
color: @navbarInverseLinkColor;
|
||||
}
|
||||
@ -99,7 +92,7 @@ select {
|
||||
|
||||
.navbar-fixed-top,
|
||||
.navbar-fixed-bottom {
|
||||
z-index: 4030;
|
||||
z-index: 4030;
|
||||
}
|
||||
|
||||
.dir-rtl .breadcrumb-button,
|
||||
@ -108,7 +101,7 @@ select {
|
||||
}
|
||||
|
||||
.ie .row-fluid .desktop-first-column {
|
||||
margin-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.langmenu form {
|
||||
margin: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user