summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/global/www')
-rw-r--r--src/global/www/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/global/www/style.css b/src/global/www/style.css
index 2baaa2a..76f1ed9 100644
--- a/src/global/www/style.css
+++ b/src/global/www/style.css
@@ -46,6 +46,22 @@ html, body, .fullscreen-module
background-color: #C8BEB7;
}
+* button:disabled
+{
+ background-color: #502D16;
+}
+
+* button:disabled:hover
+{
+ cursor: default;
+ background-color: #502D16;
+}
+
+* button:disabled:active
+{
+ background-color: #502D16;
+}
+
html, body, .fullscreen-module
{
position: absolute;