Invert background of active

This commit is contained in:
Alexandre
2024-06-20 14:56:19 +02:00
parent 5a2d479ff2
commit 26789ee7cf
+9 -9
View File
@@ -664,19 +664,19 @@ button:hover {
.sortbutton { .sortbutton {
margin-top:10px; margin-top:10px;
font-size:x-large; font-size:x-large;
background: #BB4242; background: #3b3b3b;
padding:5px; padding:5px;
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10); box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
} }
.sortbutton:hover { .sortbutton:hover {
background-color: #007D7D; background-color: #007d7d;
color: #6EBE64; color: #6ebe64;
} }
.sortbutton.active { .sortbutton.active {
background-color: #000000; background-color: #bb4242;
color: #F3CA40; color: #f3ca40;
} }
button.legacyview { button.legacyview {
@@ -753,7 +753,7 @@ dt {
width: auto; width: auto;
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
color: gray; color: #b2b2b2;
} }
dd::before { dd::before {
content: ": "; content: ": ";
@@ -761,8 +761,8 @@ dd::before {
input { input {
box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.10); box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.10);
background-color: #333; background-color: #3b3b3b;
color: #fff; color: #f5f5f5;
} }
dialog { dialog {
@@ -841,7 +841,7 @@ dialog::backdrop {
position:absolute; position:absolute;
display:inline-block; display:inline-block;
background-color:#c8191a; background-color:#c8191a;
color:white; color:#f5f5f5;
width:20px; width:20px;
line-height:20px; line-height:20px;
border-radius:12px; border-radius:12px;