mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user