summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 14d07ad..15bbcba 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -212,10 +212,10 @@ label {
.button, h2, label {
opacity: 0.4;
}
-.button-disabled {
+.disabled {
opacity: 0.1;
}
-.button:not(.button-disabled):hover {
+.button:not(.disabled):hover {
opacity: 1;
}
input[type="checkbox"] {