override dropdown carets in custom
This commit is contained in:
parent
9c33691557
commit
8e16a88fed
1 changed files with 16 additions and 0 deletions
|
@ -6,6 +6,13 @@ label:not(.checkbox):not(.radio) {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.navbar .nav li.dropdown .dropdown-toggle .caret,
|
||||
.navbar .nav li.dropdown.open .caret {
|
||||
border-top-color: @grayDarker;
|
||||
border-bottom-color: @grayDarker;
|
||||
}
|
||||
|
||||
|
||||
header {
|
||||
position: relative;
|
||||
margin-bottom: 24px;
|
||||
|
@ -62,3 +69,12 @@ div.box-content .markItUpEditor {
|
|||
float: left;
|
||||
left: -20px;
|
||||
}
|
||||
|
||||
.widget {
|
||||
position: relative;
|
||||
clear: both;
|
||||
width: auto;
|
||||
margin-bottom: 2em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue