diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-07-09 09:04:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-07-09 09:05:06 -0400 |
commit | 1b4f61509a321cde82bf4df7ccc9a3da8219d106 (patch) | |
tree | 3a098449f3dbb1faf35c8d633fbbe7ec361dd28e /themes/base/core.css | |
parent | e91f38ef1ede2a6191e718c6628fd7c34cfe5103 (diff) | |
download | jquery-ui-1b4f61509a321cde82bf4df7ccc9a3da8219d106.tar.gz jquery-ui-1b4f61509a321cde82bf4df7ccc9a3da8219d106.zip |
Theme: Add support comments for filter properties
Diffstat (limited to 'themes/base/core.css')
-rw-r--r-- | themes/base/core.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/core.css b/themes/base/core.css index 20d3d2a6d..e66fcf32a 100644 --- a/themes/base/core.css +++ b/themes/base/core.css @@ -53,7 +53,7 @@ left: 0; position: absolute; opacity: 0; - filter:Alpha(Opacity=0); + filter:Alpha(Opacity=0); /* support: IE8 */ } .ui-front { |