aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-10 22:58:20 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-10 22:58:20 +0000
commit4fdb6a132a504000984e5fc836b891d264de80c0 (patch)
tree7b12ef12147ecf0fbfefcfc2636c631f46e7ba88 /themes/base
parentf79c973d2823830fb5177d064bc21c706eb92456 (diff)
downloadjquery-ui-4fdb6a132a504000984e5fc836b891d264de80c0.tar.gz
jquery-ui-4fdb6a132a504000984e5fc836b891d264de80c0.zip
changed ui-widget-overlay to a background with opacity (not yet lever driven)
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/ui.theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.theme.css b/themes/base/ui.theme.css
index ee4c00b66..376ea1ca7 100644
--- a/themes/base/ui.theme.css
+++ b/themes/base/ui.theme.css
@@ -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
----------------------------------*/