aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-01-02 19:38:55 +0100
committerFelix Nagel <info@felixnagel.com>2013-01-02 19:38:55 +0100
commit1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb (patch)
treee21226ccc9b62a6a4a03fd4b7c7d62b889bd6aa7 /themes/base
parent2eb92232f3c0fa7b6643dce9197dae48f5b174ef (diff)
parent18b8ffd796ba557a7c939d67a1551b54402a7eb9 (diff)
downloadjquery-ui-1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb.tar.gz
jquery-ui-1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.theme.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css
index 47aedb0d3..cd52fc786 100644
--- a/themes/base/jquery.ui.theme.css
+++ b/themes/base/jquery.ui.theme.css
@@ -393,14 +393,14 @@
/* Overlays */
.ui-widget-overlay {
background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
- /* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
- opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/;
+ opacity: .3/*{opacityOverlay}*/;
+ filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
}
.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}*/;
- /* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
- opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/;
+ opacity: .3/*{opacityShadow}*/;
+ filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
border-radius: 8px/*{cornerRadiusShadow}*/;
}