File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 396
396
397
397
/* Overlays */
398
398
.ui-widget-overlay {
399
- background : # aaaaaa /*{bgColorOverlay}*/ url ( "images/ui-bg_flat_0_aaaaaa_40x100.png" ) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat - x /*{bgOverlayRepeat}*/ ;
399
+ background : # aaaaaa/*{bgColorOverlay}*/ ;
400
400
opacity: .3/*{opacityOverlay}*/ ;
401
401
filter: Alpha(Opacity= 30)/*{opacityFilterOverlay}*/ ; /* support: IE8 */
402
402
}
403
403
.ui-widget-shadow {
404
- -webkit-box-shadow : 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ # ddd /*{bgColorShadow}*/ ;
405
- box- shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ # ddd /*{bgColorShadow}*/ ;
404
+ -webkit-box-shadow : 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ # 666666 /*{bgColorShadow}*/ ;
405
+ box- shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ # 666666 /*{bgColorShadow}*/ ;
406
406
}
You can’t perform that action at this time.
0 commit comments