* templates/default/docroot/styles.css

Follow up to r2835, removing an unnecessary "!important" CSS
  declaration.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@2836 8cb11bc2-c004-0410-86c3-e597b4017df7
trunk
cmpilato 2013-02-22 16:56:26 +00:00
parent bbe8b42877
commit 41858c6f89
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ address { font-style: normal; display: inline; }
background-color: rgb(90%,90%,90%);
}
.vc_row_odd:hover, .vc_row_even:hover {
background-color: yellow !important;
background-color: yellow;
}