From b0ca9f3629df14d1e828d7ac81e820cc94c96df2 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 1 Apr 2013 15:47:33 +0300 Subject: [PATCH] inverting colors --- 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 630948326..e6319cb7d 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -41,7 +41,7 @@ } .top thead td { - background: #777; + background: #666; border-bottom: 1px solid #fff; height: 25px; text-align: right; @@ -66,12 +66,12 @@ .top-link:hover { color: #fff; - background: #555; + background: #999; } .top-link:active{ color: #ccc; - background: #555; + background: #999; } .top-selected-link {