Skip to content

Commit 4371d59

Browse files
Theme: Darker color for shadow and removed overlay bg image
1 parent a2db620 commit 4371d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/base/theme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,11 @@
396396

397397
/* Overlays */
398398
.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}*/;
400400
opacity: .3/*{opacityOverlay}*/;
401401
filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
402402
}
403403
.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}*/;
406406
}

0 commit comments

Comments
 (0)