changeset 1487:a63fd105f220 beta

fixed hover on small buttons
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Sep 2011 22:15:05 +0300
parents 92f0065ba238
children dc16211e7292
files rhodecode/public/css/style.css
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 {