diff --git a/www/assets/cockpit/scss/cockpit.scss b/www/assets/cockpit/scss/cockpit.scss index 5b22fbc8a..54a5a66ba 100644 --- a/www/assets/cockpit/scss/cockpit.scss +++ b/www/assets/cockpit/scss/cockpit.scss @@ -4,6 +4,7 @@ $navLinkColor: #aeb2b7; $green: #4ecdc4; $background: #f1f2f7; $textColor: #312f38; +$orange: #df4a32; html, body, div, span, applet, object, iframe, @@ -751,9 +752,13 @@ input { float: left; width: 8em; margin-right: 1em; + border: 2px solid transparent; + font-size: 1.2em; } .box-filter .button.inactive{ - opacity: 0.4; + border: 2px solid $orange; + color: $orange; + background: transparent; } /* todo:organize it --- order start */