summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 18:54:20 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-13 18:54:20 +0200 |
commit | 356a76ce7cc9964ddb11a46b2c555ef3d3bdfb80 (patch) | |
tree | 71938491635ff0b0ea4330fdf812970a9360ae62 /src/global/www | |
parent | 9a86bc7064fed626ecd1d3f03c7af30a5ef246c8 (diff) |
Can now select a template, clear selection.
Diffstat (limited to 'src/global/www')
-rw-r--r-- | src/global/www/style.css | 16 |
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; |