Add styles for dropdown headers
parent
56aab37f28
commit
0a3c713ad9
|
@ -261,6 +261,24 @@ input {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dropdown-header {
|
||||||
|
height: 32px;
|
||||||
|
line-height: 30px;
|
||||||
|
padding: 0 9px;
|
||||||
|
white-space: nowrap;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: 900;
|
||||||
|
color: $c-neutrino !important;
|
||||||
|
text-transform: none !important;
|
||||||
|
border-bottom: 2px solid $c-pool;
|
||||||
|
background-color: $c-ocean;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-image: none !important;
|
||||||
|
background-color: $c-ocean !important;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Dropdown Actions */
|
/* Dropdown Actions */
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
|
|
Loading…
Reference in New Issue