diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:25:47 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-12 17:25:47 +0000 |
commit | 676cc75fe0b74fffd4c73c063ff38f7f71875c65 (patch) | |
tree | e48054b9cdc835da01612cdebea0be1c5bfca429 /themes/base | |
parent | 1501cc3bdd8ed5316a09f0422b22bb282d630666 (diff) | |
download | jquery-ui-676cc75fe0b74fffd4c73c063ff38f7f71875c65.tar.gz jquery-ui-676cc75fe0b74fffd4c73c063ff38f7f71875c65.zip |
- changed defaults for shadow to be smaller and a tad darker
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/ui.theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.theme.css b/themes/base/ui.theme.css index 89be7c794..e45fd5971 100644 --- a/themes/base/ui.theme.css +++ b/themes/base/ui.theme.css @@ -235,4 +235,4 @@ /* Overlays */ .ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; } -.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .25;filter:Alpha(Opacity=25)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; border-radius: 4px/*{cornerRadiusShadow}*/; }
\ No newline at end of file +.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; border-radius: 4px/*{cornerRadiusShadow}*/; }
\ No newline at end of file |