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;
|
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 {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
@ -62,3 +69,12 @@ div.box-content .markItUpEditor {
|
||||||
float: left;
|
float: left;
|
||||||
left: -20px;
|
left: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget {
|
||||||
|
position: relative;
|
||||||
|
clear: both;
|
||||||
|
width: auto;
|
||||||
|
margin-bottom: 2em;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue