From d63db323ad1828a3158f607a7e2245ff5b783831 Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 21 Dec 2023 12:24:07 +0100 Subject: [PATCH 1/2] Fix disabled URL edit dark mode --- app/Resources/static/themes/material/css/dark_theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Resources/static/themes/material/css/dark_theme.scss b/app/Resources/static/themes/material/css/dark_theme.scss index f3eaabc25..f34bfc83d 100644 --- a/app/Resources/static/themes/material/css/dark_theme.scss +++ b/app/Resources/static/themes/material/css/dark_theme.scss @@ -131,6 +131,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; From 10d099dc38eb0cd99f3154fb30041a0d91ead414 Mon Sep 17 00:00:00 2001 From: Simounet Date: Thu, 21 Dec 2023 12:24:45 +0100 Subject: [PATCH 2/2] Fix add tags input dark mode --- app/Resources/static/themes/material/css/dark_theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Resources/static/themes/material/css/dark_theme.scss b/app/Resources/static/themes/material/css/dark_theme.scss index f34bfc83d..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 {