# HG changeset patch # User Marcin Kuzminski # Date 1316891705 -10800 # Node ID a63fd105f2209580804fbf9b3b9a4af67c1a60ff # Parent 92f0065ba238db687a6225c1086adfeaa6f05905 fixed hover on small buttons diff -r 92f0065ba238 -r a63fd105f220 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Sat Sep 24 22:12:30 2011 +0300 +++ b/rhodecode/public/css/style.css Sat Sep 24 22:15:05 2011 +0300 @@ -2390,11 +2390,11 @@ } input.ui-button-small:hover { -background:#b4b4b4 url("../images/button_selected.png") repeat-x; -border-top:1px solid #ccc; -border-left:1px solid #bebebe; -border-right:1px solid #b1b1b1; -border-bottom:1px solid #afafaf; +background:#b4b4b4 url("../images/button_selected.png") repeat-x !important; +border-top:1px solid #ccc !important; +border-left:1px solid #bebebe !important; +border-right:1px solid #b1b1b1 !important; +border-bottom:1px solid #afafaf !important; } input.ui-button-small-blue {