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
+1 -7
View File
@@ -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;
}
+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;
}
+20
View File
@@ -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;
}