File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 393
393
/* Overlays */
394
394
.ui-widget-overlay {
395
395
background : # aaaaaa /*{bgColorOverlay}*/ url (images/ ui- bg_flat_0_aaaaaa_40x100.png )/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat- x/*{bgOverlayRepeat}*/ ;
396
- /* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
397
- opacity : .3; filter: Alpha(Opacity= 30)/*{opacityOverlay }*/ ;
396
+ opacity : .3 /*{opacityOverlay}*/ ;
397
+ filter: Alpha(Opacity= 30)/*{opacityFilterOverlay }*/ ;
398
398
}
399
399
.ui-widget-shadow {
400
400
margin : -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/ ;
401
401
padding: 8px/*{thicknessShadow}*/ ;
402
402
background: # aaaaaa /*{bgColorShadow}*/ url (images/ ui- bg_flat_0_aaaaaa_40x100.png )/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat- x/*{bgShadowRepeat}*/ ;
403
- /* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
404
- opacity : .3; filter: Alpha(Opacity= 30)/*{opacityShadow }*/ ;
403
+ opacity : .3 /*{opacityShadow}*/ ;
404
+ filter: Alpha(Opacity= 30)/*{opacityFilterShadow }*/ ;
405
405
bor der- radius: 8px/*{cornerRadiusShadow}*/ ;
406
406
}
You can’t perform that action at this time.
0 commit comments