From 7dcaabff396da6f494bf946b5d262d58c20e6dea Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 19 May 2013 17:06:44 +0300 Subject: [PATCH] aligined controls with new hover scheme --- web/templates/header.html | 4 ++++ 1 file changed, 4 insertions(+) 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; }