r1087 - trunk/themes/base

r1087 - trunk/themes/base


Author: scottjehl
Date: Wed Dec 10 14:58:20 2008
New Revision: 1087
Modified:
trunk/themes/base/ui.theme.css
Log:
changed ui-widget-overlay to a background with opacity (not yet lever
driven)
Modified: trunk/themes/base/ui.theme.css
==============================================================================
--- trunk/themes/base/ui.theme.css    (original)
+++ trunk/themes/base/ui.theme.css    Wed Dec 10 14:58:20 2008
@@ -13,7 +13,7 @@
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/;
background: #ffffff/*{bgColorContent}*/
url(images/ffffff_40x100_textures_02_glass_75.png)/*{bgImgUrlContent}*/ 0
0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color:
#222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
-.ui-widget-overlay { border: 4px solid #aaaaaa/*{borderColorContent}*/; }
+.ui-widget-overlay { background: #aaaaaa/*{borderColorContent}*/;
opacity: .3; filter:Alpha(Opacity=30); }
/* Interaction states
----------------------------------*/