r1119 - trunk/themes/base

r1119 - trunk/themes/base


Author: scottjehl
Date: Fri Dec 12 09:25:47 2008
New Revision: 1119
Modified:
trunk/themes/base/ui.theme.css
Log:
- changed defaults for shadow to be smaller and a tad darker
Modified: trunk/themes/base/ui.theme.css
==============================================================================
--- trunk/themes/base/ui.theme.css    (original)
+++ trunk/themes/base/ui.theme.css    Fri Dec 12 09:25:47 2008
@@ -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