Fix disabled button styling

This commit is contained in:
Akitake 2024-07-01 10:37:51 +02:00
parent 8d51760b5c
commit 1b191eb62a
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D

View File

@ -387,6 +387,10 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
background-color: #8bd5ca;
color: #000;
}
button:disabled {
background-color: #ffffff05;
color: #ffffff55;
}
.tooltip,
.tooltip:before {
background-color: #8087a2;
@ -431,6 +435,10 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
background-color: #179299;
color: #fff;
}
button:disabled {
background-color: rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.38);
}
.tooltip,
.tooltip:before {
background-color: #9ca0b0;