diff --git a/app/css/buttons.css b/app/css/buttons.css index b45920c..c32b6d0 100644 --- a/app/css/buttons.css +++ b/app/css/buttons.css @@ -20,7 +20,7 @@ } .jogbtn:disabled { - pointer-events:none; + pointer-events: none; } .dro { @@ -35,7 +35,7 @@ padding-right: 6px; padding-left: 6px; line-height: 32px; - font-weight:900; + font-weight: 900; font-size: 18px; cursor: pointer; } @@ -55,13 +55,13 @@ line-height: 34px; border-radius: 2px; border: 1px solid #ddd; - font-weight:700; + font-weight: 700; font-size: 18px; cursor: default; text-align: right; border: none; outline: none; - display:none; + display: none; } .glossybtn:link, .glossybtn:visited { @@ -85,10 +85,11 @@ .glossybtn:hover { text-decoration: none; - background: rgba(164,206,249, 0.2); - border: 1px solid rgb(164,206,249); -}​ + background: rgba(164, 206, 249, 0.2); + border: 1px solid rgb(164, 206, 249); +} +​ /* CSS Mini SwitchCheckbox */ /*