From 356a76ce7cc9964ddb11a46b2c555ef3d3bdfb80 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 13 Jul 2018 18:54:20 +0200 Subject: Can now select a template, clear selection. --- src/global/www/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/global/www') 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; -- cgit v1.2.3-70-g09d2