Skip to content

Commit 6da708e

Browse files
rxaviersscottgonzalez
authored andcommitted
Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.
1 parent 37fda49 commit 6da708e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/base/jquery.ui.theme.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,14 @@
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
border-radius: 8px/*{cornerRadiusShadow}*/;
406406
}

0 commit comments

Comments
 (0)