mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add selectize disable-options plugin
* Modified to add a `disableField` option
This commit is contained in:
parent
284f77b9ae
commit
3376908710
2 changed files with 91 additions and 0 deletions
|
@ -217,6 +217,10 @@ select.form-control:focus,
|
|||
.selectize-dropdown .optgroup-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
.selectize-dropdown [data-selectable].option-disabled {
|
||||
color: #aaa;
|
||||
cursor: default;
|
||||
}
|
||||
select.form-control option {
|
||||
color: #555;
|
||||
background-color: #eee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue