From 240f9269fba1b927f61b54f72f3e8d49950ab145 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 13 Sep 2013 14:58:09 +0000 Subject: [PATCH] feature(css) rm .error:hover --- css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/style.css b/css/style.css index 7cc5dbea..f24bd0cf 100644 --- a/css/style.css +++ b/css/style.css @@ -83,11 +83,6 @@ body { background:url(/img/spinner.gif); } -.error:hover { - color:rgb(222, 41, 41); - color:rgba(222, 41, 41, 0.81); -} - .refresh-icon { background:url(/img/panel_refresh.png) no-repeat; }