File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 52
52
.ui-widget-content .ui-state-default ,
53
53
.ui-widget-header .ui-state-default ,
54
54
.ui-button ,
55
+
56
+ /* We use html here because we need a greater specificity to make sure disabled
57
+ works properly when clicked or hovered */
55
58
html .ui-button .ui-state-disabled : hover ,
56
59
html .ui-button .ui-state-disabled : active {
57
60
border : 1px solid # c5c5c5 /*{borderColorDefault}*/ ;
@@ -95,6 +98,8 @@ a.ui-button:focus {
95
98
color : # 2b2b2b/*{fcHover}*/ ;
96
99
text- decor ation: none;
97
100
}
101
+
102
+ /* This cant be configured with themeroller because its new may end up added later */
98
103
.ui-visual-focus {
99
104
box-shadow : 0 0 3px 1px rgb (94 , 158 , 214 );
100
105
}
@@ -197,7 +202,7 @@ a.ui-button:active,
197
202
.ui-state-focus .ui-icon ,
198
203
.ui-button : hover .ui-icon ,
199
204
.ui-button : focus .ui-icon ,
200
- .ui-state-default .ui-icon {
205
+ .ui-state-default .ui-icon {
201
206
background-image : url ("images/ui-icons_555555_256x240.png" )/*{iconsHover}*/ ;
202
207
}
203
208
.ui-state-active .ui-icon ,
You can’t perform that action at this time.
0 commit comments