Add disabled style for "Custom" dropdown option (#66)

This commit is contained in:
Norbert Renner 2018-04-12 10:31:28 +02:00
parent 332fdffa77
commit a6aeb98a1a

View file

@ -48,6 +48,11 @@ table.dataTable {
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 {
flex: none;