Skip to content

Commit fcbd8e5

Browse files
committed
Button: removing accidental important
1 parent 2c9b12d commit fcbd8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
html .ui-button.ui-state-disabled:hover,
5656
html .ui-button.ui-state-disabled:active {
5757
border: 1px solid #d3d3d3/*{borderColorDefault}*/;
58-
background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/ !important;
58+
background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
5959
font-weight: normal/*{fwDefault}*/;
6060
color: #555555/*{fcDefault}*/;
6161
}

0 commit comments

Comments
 (0)