summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index f0b7c02..4d7299e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -289,3 +289,11 @@ a:hover {
border-top-color: #1b435e;
background: #1b435e;
}
+
+.disabled-button, .disabled-button:hover, .disabled-button:active {
+ border-top: 1px solid #999;
+ background: #777;
+ text-decoration: none;
+ color: white;
+}
+