Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
5856c769
Commit
5856c769
authored
Jun 26, 2015
by
Mary Evans
Browse files
MDL-50497 theme_bootstrapbase: Divider colours look wrong when inverted
parent
47cbd1b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
theme/bootstrapbase/less/moodle/modules.less
View file @
5856c769
...
...
@@ -327,8 +327,17 @@ div#dock {
overflow: hidden;
width: 0;
height: 40px;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #fff;
border-left: 1px solid @navbarBackground;
border-right: 1px solid @navbarBackgroundHighlight;
}
}
.navbar-inverse {
.nav {
.divider {
border-left-color: @navbarInverseBackground;
border-right-color: lighten(@navbarInverseBackground, 25%);
}
}
}
...
...
@@ -336,8 +345,8 @@ div#dock {
.divider {
width: auto;
height: 1px;
border-left: 0
px
none;
border-right: 0
px
none;
border-left: 0 none;
border-right: 0 none;
}
}
...
...
theme/bootstrapbase/style/moodle.css
View file @
5856c769
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment