Add disabled style for "Custom" dropdown option (#66)
This commit is contained in:
parent
332fdffa77
commit
a6aeb98a1a
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ table.dataTable {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* disabled style for "Custom" option, but not for selected items */
|
||||||
|
.bootstrap-select.btn-group .dropdown-menu li.disabled:not(.selected) a {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
flex: none;
|
flex: none;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue