From 9fd85bb289958de7aaaf994a11bd667b1bba5002 Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 9 Oct 2013 22:32:28 +0200 Subject: might be better that way --- view/theme/redbasic/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index be3692feb..1de3a71d3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2043,9 +2043,8 @@ a.mail-list-link { #nav-search-text:hover, #nav-search-text:focus { - background-color: #FFF; + background-color: #fff; color: #000; - opacity: 1; } #nav-search-text { @@ -2055,8 +2054,7 @@ a.mail-list-link { border-radius: 10px; border: none; background-color: $search_background; - opacity: 0.7; - transition: opacity 300ms ease 0s; + transition: background-color 300ms ease 0s; } #nav-user-linkmenu img { -- cgit v1.2.3