Skip to content

Commit d2be0ac

Browse files
committed
multi select disabled
1 parent c8c6c53 commit d2be0ac

File tree

1 file changed

+1
-0
lines changed
  • frontend/express/public/stylesheets

1 file changed

+1
-0
lines changed

frontend/express/public/stylesheets/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ div.datatablesubrow {display: none;}
851851
.cly-multi-select.selection-exists .default-text { display: none; }
852852
.cly-multi-select .default-text { display: block; padding: 5px 0; }
853853
.cly-multi-select .select-items .item.selected { color: #2fa732; display: none; }
854+
.cly-multi-select.disabled { opacity: 0.4 !important; cursor: default; }
854855

855856
body .selectize-control.multi .selectize-input input { height: 18px; }
856857
body .selectize-control.multi .selectize-input, body .selectize-control.multi .selectize-input.has-items { position:relative; background-color:#FDFDFD; user-select:none; height:auto; min-height: 32px; border:1px solid #D0D0D0; border-radius:2px; cursor:pointer; }

0 commit comments

Comments
 (0)