diff --git a/app/Resources/static/themes/material/css/dark_theme.scss b/app/Resources/static/themes/material/css/dark_theme.scss index f3eaabc25..ac38b566d 100644 --- a/app/Resources/static/themes/material/css/dark_theme.scss +++ b/app/Resources/static/themes/material/css/dark_theme.scss @@ -85,6 +85,7 @@ background-color: #2f2f2f; } + .mass-action-tags .mass-action-tags-input.mass-action-tags-input, .side-nav li:not(.logo) > a:hover, .side-nav .collapsible-header:hover, .side-nav.fixed .collapsible-header:hover { @@ -131,6 +132,10 @@ color: #abb2bf; } + input[type="url"]:not(.browser-default):disabled { + color: #9e9e9e; + } + .input-field.nav-panel-add.disabled, .input-field.nav-panel-add.disabled input { background-color: transparent;