summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-07-13 18:54:20 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-07-13 18:54:20 +0200
commit356a76ce7cc9964ddb11a46b2c555ef3d3bdfb80 (patch)
tree71938491635ff0b0ea4330fdf812970a9360ae62 /src/global/www
parent9a86bc7064fed626ecd1d3f03c7af30a5ef246c8 (diff)
Can now select a template, clear selection.
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;