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