aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/theme.css
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-07-09 09:04:45 -0400
committerScott González <scott.gonzalez@gmail.com>2014-07-09 09:05:06 -0400
commit1b4f61509a321cde82bf4df7ccc9a3da8219d106 (patch)
tree3a098449f3dbb1faf35c8d633fbbe7ec361dd28e /themes/base/theme.css
parente91f38ef1ede2a6191e718c6628fd7c34cfe5103 (diff)
downloadjquery-ui-1b4f61509a321cde82bf4df7ccc9a3da8219d106.tar.gz
jquery-ui-1b4f61509a321cde82bf4df7ccc9a3da8219d106.zip
Theme: Add support comments for filter properties
Diffstat (limited to 'themes/base/theme.css')
-rw-r--r--themes/base/theme.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/base/theme.css b/themes/base/theme.css
index 7ee080dfe..510d6fc5b 100644
--- a/themes/base/theme.css
+++ b/themes/base/theme.css
@@ -139,18 +139,18 @@
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
- filter:Alpha(Opacity=70);
+ filter:Alpha(Opacity=70); /* support: IE8 */
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
- filter:Alpha(Opacity=35);
+ filter:Alpha(Opacity=35); /* support: IE8 */
background-image: none;
}
.ui-state-disabled .ui-icon {
- filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
+ filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/* Icons
@@ -398,13 +398,13 @@
.ui-widget-overlay {
background: #aaaaaa/*{bgColorOverlay}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
opacity: .3/*{opacityOverlay}*/;
- filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
+ filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
padding: 8px/*{thicknessShadow}*/;
background: #aaaaaa/*{bgColorShadow}*/ url("images/ui-bg_flat_0_aaaaaa_40x100.png")/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
opacity: .3/*{opacityShadow}*/;
- filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
+ filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/; /* support: IE8 */
border-radius: 8px/*{cornerRadiusShadow}*/;
}