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
@@ -4944,4 +4944,56 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.user-action-select {
background: white;
}
.user-property-select {
background-color:#F3F3F3;
color:#353535;
}
.UserListPopInContainer {
background-color:white;
}
.user-property-column-title, .edit-username-title {
color:#353535;
}
.user-property-button {
color:#353535;
background-color:#F3F3F3;
}
.user-property-input {
color:#353535;
background-color:#F3F3F3;
}
.user-property-input[type="text"] {
background-color:#F3F3F3;
}
.user-property-group .selectize-input.items {
background-color: #F3F3F3;
}
.user-property-register-visit .icon-calendar {
color: #4c4c4c
}
.delete-user-button {
color:#353535;
background-color: #F3F3F3;
}
.select-bar-wrapper .ui-slider-horizontal{
background-color:#e3e3e3;
}
.preferences-container, .properties-container {
border-left: solid 1px #ddd;
}
.update-container {
border-top:solid 1px #ddd;
}