mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Fixes #1402 Dark mode for user edit popIn
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user