diff --git a/src/theme.scss b/src/theme.scss index 605ed03ce..e799473cd 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -534,6 +534,13 @@ multiselect { color: $navbar-default-link-color; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } + + &.disabled { + color: gray; + background-color: transparent !important; + box-shadow: none !important; + cursor: not-allowed; + } } } diff --git a/src/views/app.html b/src/views/app.html index 1863fd5de..7cfc15360 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -251,14 +251,14 @@