Add styles for dropdown headers

pull/931/head
Alex P 2017-02-24 16:23:20 -08:00
parent 56aab37f28
commit 0a3c713ad9
1 changed files with 18 additions and 0 deletions

View File

@ -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-item {