Skip to content

Commit

Permalink
Theme: Restore placeholders for overlay background image
Browse files Browse the repository at this point in the history
These are still needed.

Ref gh-1436
Ref jquery/download.jqueryui.com#248
  • Loading branch information
jzaefferer committed Feb 12, 2015
1 parent 17c7f69 commit d58051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@

/* Overlays */
.ui-widget-overlay {
background: #aaaaaa/*{bgColorOverlay}*/;
background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
opacity: .3/*{opacityOverlay}*/;
filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
Expand Down

0 comments on commit d58051b

Please sign in to comment.