diff --git a/web/templates/header.html b/web/templates/header.html index badc968c..ea22c2b8 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -496,6 +496,10 @@ } .data-controls:hover { + color: #333; + background-color: #ccc; + } + .data-controls:active { color: #ffffff; background-color: #f79b44; }