From 7126f1db79e195ebb110633f4e44a9b108e184dd Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Fri, 11 Oct 2013 16:18:38 +0200 Subject: [PATCH] Readded print and stop button disabled css --- css/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 534e858..227aafa 100644 --- a/css/styles.css +++ b/css/styles.css @@ -411,13 +411,20 @@ top: 0px; height: auto; float: right; } - +.btnPrint.disabled { + opacity: 0.3; + +} .btnStop { margin: 5% 10% 1% 5%; float: right; width: 90%; max-width: 98px; height: auto; + display: block; +} +.btnStop.disabled { + display: none; } .btnsSettingsInfo {