File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 393393/* Overlays */
394394.ui-widget-overlay {
395395 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 }*/ ;
398398}
399399.ui-widget-shadow {
400400 margin : -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/ ;
401401 padding: 8px/*{thicknessShadow}*/ ;
402402 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 }*/ ;
405405 bor der- radius: 8px/*{cornerRadiusShadow}*/ ;
406406}
You can’t perform that action at this time.
0 commit comments