From 0c3536412829c052b7a88e95a20abd5ae99a8f4b Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 10 Jan 2019 23:52:20 +0100 Subject: [PATCH] switch button style update --- plugins/dynamix/styles/jquery.switchbutton.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/plugins/dynamix/styles/jquery.switchbutton.css b/plugins/dynamix/styles/jquery.switchbutton.css index 4b970aa94..7dca7c25c 100644 --- a/plugins/dynamix/styles/jquery.switchbutton.css +++ b/plugins/dynamix/styles/jquery.switchbutton.css @@ -1,5 +1,3 @@ -.switch-button-label{float:left;font-size:1.4rem;cursor:pointer;} -.switch-button-label.off{color:#adadad;} -.switch-button-label.on{color:#0088CC;} -.switch-button-background{float:left;position:relative;background:#ccc;border:1px solid #aaa;margin:1px 10px;border-radius:4px;cursor:pointer;} -.switch-button-button{position:absolute;left:-1px;top:-1px;background:#FAFAFA;border:1px solid #aaa;border-radius:4px;} \ No newline at end of file +.switch-button-label{float:left;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer} +.switch-button-background{float:left;position:relative;background:#ccc;border:1px solid #aaa;margin:1px 10px;border-radius:4px;cursor:pointer} +.switch-button-button{position:absolute;left:-1px;top:-1px;background:#fafafa;border:1px solid #aaa;border-radius:4px} \ No newline at end of file