##// END OF EJS Templates
fixed hover on small buttons
marcink -
r1487:a63fd105 beta
parent child Browse files
Show More
@@ -2390,11 +2390,11 b' cursor: pointer !important;'
2390 }
2390 }
2391
2391
2392 input.ui-button-small:hover {
2392 input.ui-button-small:hover {
2393 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2393 background:#b4b4b4 url("../images/button_selected.png") repeat-x !important;
2394 border-top:1px solid #ccc;
2394 border-top:1px solid #ccc !important;
2395 border-left:1px solid #bebebe;
2395 border-left:1px solid #bebebe !important;
2396 border-right:1px solid #b1b1b1;
2396 border-right:1px solid #b1b1b1 !important;
2397 border-bottom:1px solid #afafaf;
2397 border-bottom:1px solid #afafaf !important;
2398 }
2398 }
2399
2399
2400 input.ui-button-small-blue {
2400 input.ui-button-small-blue {
General Comments 0
You need to be logged in to leave comments. Login now