Fixes #1402 Dark mode for user edit popIn

This commit is contained in:
Matthieu Leproux
2021-05-07 10:04:02 +02:00
parent 5829d17ee3
commit 8dfe65488f
4 changed files with 105 additions and 24 deletions
+52
View File
@@ -1156,4 +1156,56 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.user-action-select {
background: transparent;
}
.user-property-select {
background-color:#333;
color:#c1c1c1;
}
.UserListPopInContainer {
background-color:#444;
}
.user-property-column-title, .edit-username-title {
color:#c1c1c1;
}
.user-property-button {
color:#c1c1c1;
background-color:#333;
}
.user-property-input {
color:#c1c1c1;
background-color:#333;
}
.user-property-input[type="text"] {
background-color:#333;
}
.user-property-group .selectize-input.items {
background-color: transparent;
}
.user-property-register-visit .icon-calendar {
color: #c1c1c1
}
.delete-user-button {
color:#c1c1c1;
background-color: #333;
}
.select-bar-wrapper .ui-slider-horizontal{
background-color:#666;
}
.preferences-container, .properties-container {
border-left: solid 1px #333;
}
.update-container {
border-top:solid 1px #333;
}