diff --git a/web/templates/header.html b/web/templates/header.html index ea22c2b82..40ba2b149 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -496,11 +496,11 @@ } .data-controls:hover { - color: #333; - background-color: #ccc; + color: #fff; + background-color: #999; } + .data-controls:active { - color: #ffffff; background-color: #f79b44; }