Fixes #1401 DarkMode for userManager

This commit is contained in:
Matthieu Leproux
2021-05-06 15:37:16 +02:00
parent 88622c0d91
commit 5829d17ee3
3 changed files with 44 additions and 7 deletions
+23
View File
@@ -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;
}