feature(css) rm .error:hover

This commit is contained in:
coderaiser 2013-09-13 14:58:09 +00:00
parent 8f294504e1
commit 240f9269fb

View file

@ -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;
}