We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9b12d commit fcbd8e5Copy full SHA for fcbd8e5
themes/base/theme.css
@@ -55,7 +55,7 @@
55
html .ui-button.ui-state-disabled:hover,
56
html .ui-button.ui-state-disabled:active {
57
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;
+ background: #e6e6e6/*{bgColorDefault}*/ url("images/ui-bg_glass_75_e6e6e6_1x400.png")/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
59
font-weight: normal/*{fwDefault}*/;
60
color: #555555/*{fcDefault}*/;
61
}
0 commit comments