diff options
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r-- | core/css/inputs.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index a1a4b15fdd5..29b131ef015 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -636,8 +636,9 @@ input { opacity: 1 !important; } } - &.multiselect--disabled { - background-color: nc-darken($color-main-background, 8%); + &.multiselect--disabled, + &.multiselect--disabled .multiselect__single { + background-color: nc-darken($color-main-background, 8%) !important; } .multiselect__tags { display: flex; @@ -683,7 +684,7 @@ input { .multiselect__single { padding: 8px 10px; flex: 0 0 100%; - z-index: 5; + z-index: 1; /* above input */ background-color: $color-main-background; cursor: pointer; } |