diff options
Diffstat (limited to 'remoting/webapp/main.css')
-rw-r--r-- | remoting/webapp/main.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 04ead06..b5db83f 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -198,7 +198,7 @@ Component: Modal Dialog -webkit-transition: all 0.218s; } -button:active, .toggle-button-active { +button:active:not([disabled]) { background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); color: #333; -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2); @@ -499,13 +499,6 @@ button { display: block; } -#toggle-scaling { - margin: 1px 0 0 0; - padding: 1px; - min-width: 0; - line-height: 0; -} - #top-secondary { margin-top: 10px } |