MDL-50497 theme_bootstrapbase: Divider colours look wrong when inverted
This commit is contained in:
@@ -326,18 +326,25 @@ div#dock {
|
||||
.divider {
|
||||
overflow: hidden;
|
||||
width: 0;
|
||||
height: 40px;
|
||||
border-left: 1px solid #e5e5e5;
|
||||
border-right: 1px solid #fff;
|
||||
height: @navbarHeight;
|
||||
border-left: 1px solid @navbarBackground;
|
||||
border-right: 1px solid @navbarBackgroundHighlight;
|
||||
}
|
||||
}
|
||||
.navbar-inverse {
|
||||
.nav {
|
||||
.divider {
|
||||
border-left-color: @navbarInverseBackground;
|
||||
border-right-color: lighten(@navbarInverseBackground, 25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
.divider {
|
||||
width: auto;
|
||||
height: 1px;
|
||||
border-left: 0px none;
|
||||
border-right: 0px none;
|
||||
border-left: 0 none;
|
||||
border-right: 0 none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user