related to #1851 dark mode adjustments

* Group input place holder
* Tag pagination items and oprhan tags warning
* New album comments dropdown font size
This commit is contained in:
MatthieuLP
2023-01-16 17:32:59 +01:00
parent f992c30a3e
commit 69171539d5
4 changed files with 29 additions and 18 deletions
+4 -9
View File
@@ -538,13 +538,13 @@ label>p.group_select {
}
#addGroupNameInput {
color: #353535 !important;
color: #999;
background-color: #252525 !important;
border: none !important;
}
#addGroupNameInput::placeholder {
color: #777 !important;
color: #777;
}
.groups .AddUser .icon-user-add::before{
@@ -956,6 +956,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.cat-modify-footer {
border-color: rgba(0, 0, 0, 0.2);
background: #444444;
}
.cat-modify-actions a:hover
@@ -1202,11 +1203,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: white;
}
.info-message {
color: #c2f5c2 ;
background-color:#0a0;
}
.info-error {
color: #ffd5dc;
background-color:#f22;
@@ -1393,8 +1389,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.AddPluginSuccess span,
.RestorePluginSuccess span,
.DeactivatePluginSuccess span,
.info-message {
.DeactivatePluginSuccess span {
color: #c2f5c2;
}