issue #2234 continue colour updates for dark mode

fix some colours in admin curtesy of Alice
also some colours for light mode
This commit is contained in:
HWFord
2024-10-08 14:26:17 +02:00
parent 17bb269ebc
commit e12a54a8d8
4 changed files with 25 additions and 16 deletions
+9 -1
View File
@@ -855,4 +855,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
padding: 2px 7px;
}
#wImg {background-color: #e5e5e5;}
#wImg {background-color: #e5e5e5;}
.cat-move-order-popin input[name=recursiveAutoOrder] {
background-color: #d9d9d9;
}
.cat-move-order-popin input[name=recursiveAutoOrder]:hover {
background-color: #ffc17e;
}
+1 -9
View File
@@ -991,7 +991,7 @@ background: #ffa646;
}
.pagination-per-page {
background-color: #f9f9f9;
background-color: #FAFAFA;
border-radius: 10px;
display: flex;
font-size: 12px;
@@ -4903,14 +4903,6 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
margin: 10px 0px;
}
.cat-move-order-popin input[name=recursiveAutoOrder] {
background-color: #d9d9d9;
}
.cat-move-order-popin input[name=recursiveAutoOrder]:hover {
background-color: #ffc17e;
}
.cat-move-order-popin .close-popin {
position: absolute;
right: -40px;
+4 -4
View File
@@ -194,11 +194,11 @@ or (generated by selectize.js)
}
.info-message {
background-color: #50a48f;
color: #a9f6e3;
background-color: #4EA590;
color: #AAF6E4;
}
.info-warning {
background-color: #ee8800;
color:#ffdd99;
background-color: #D68042;
color: #FFDCC2;
}
+11 -2
View File
@@ -221,7 +221,7 @@ INPUT[type="text"].large { width: 317px; }
.buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
color: #3c3c3c;
background-color: #ffa744;
background-color: #FFA646;
}
.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
@@ -1302,6 +1302,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: white;
}
.cat-move-order-popin input[name=recursiveAutoOrder] {
background-color: #2E2E2E;
color: #777777;
}
.cat-move-order-popin input[name=recursiveAutoOrder]:hover {
background-color: #1B1B1B;
}
/* Album search */
.search-album-ghost div {
background-image: linear-gradient(#333, #444);
@@ -1507,7 +1516,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
}
.cat-move-order-popin .close-popin{
color:#ccc;
color:#555;
}
.move-cat-container .move-cat-toogler{