From 5829d17ee3b69bcd6dd25dc1bdf23a683c7f48f8 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Thu, 6 May 2021 15:37:16 +0200 Subject: [PATCH] Fixes #1401 DarkMode for userManager --- admin/themes/default/template/user_list.tpl | 8 +------ admin/themes/default/theme.css | 23 +++++++++++++++++++++ admin/themes/roma/theme.css | 20 ++++++++++++++++++ 3 files changed, 44 insertions(+), 7 deletions(-) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index a033c1ab1..9011c4c5a 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -935,7 +935,6 @@ update_selection_content(); .user-header-button-label { position: relative; padding: 10px; - background-color: #fafafa; box-shadow: 0px 2px #00000024; border-radius: 5px; font-weight: bold; @@ -1036,7 +1035,7 @@ update_selection_content(); display:flex; width:100%; height:50px; - background-color:#F3F3F3; + font-weight:bold; border-radius:10px; margin-bottom:10px; @@ -1897,7 +1896,6 @@ update_selection_content(); } .user-action-select { - background: white; -webkit-appearance: none; padding: 5px 10px; width:100%; @@ -1931,7 +1929,6 @@ Advanced filter cursor:pointer; padding:10px; - background-color:#F3F3F3; margin-right:10px; } @@ -1948,7 +1945,6 @@ Advanced filter #advanced-filter-container { display:none; - background-color:#F3F3F3; padding:15px; font-size:1em; } @@ -1961,7 +1957,6 @@ Advanced filter .advanced-filter-title { font-weight:bold; - color:#3e3e3e; } .advanced-filters { @@ -2015,7 +2010,6 @@ Advanced filter .advanced-filter-label { text-align:left; display:block; - color: #3f3f3f; margin-bottom:5px; } diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index ed9fd8595..47c27ebfa 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4922,3 +4922,26 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background: orange; } +.user-header-button-label { + background-color: #fafafa; +} + +.user-container { + background-color:#F3F3F3; +} + +#advanced_filter_button, #advanced-filter-container { + background-color:#F3F3F3; +} + +.advanced-filter-label, .advanced-filter-title { + color:#3e3e3e; +} + +.advanced-filter-close { + color: #C5C5C5; +} + +.user-action-select { + background: white; +} \ No newline at end of file diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index e11025356..4f5aedab3 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1136,4 +1136,24 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .icon-th-large, .icon-th-list, .icon-pause { color: #c1c1c1; +} + +.user-header-button-label { + background-color: #333; +} + +.user-container { + background-color:#333; +} + +#advanced_filter_button, #advanced-filter-container { + background-color:#333; +} + +.advanced-filter-label, .advanced-filter-title, .advanced-filter-close { + color:#777; +} + +.user-action-select { + background: transparent; } \ No newline at end of file