diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-02-08 19:35:10 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-08 19:35:10 +0000 |
| commit | aa1abbf82a2d91f064e58572412e1ffb968b010f (patch) | |
| tree | c7f280fef11b72073ec1d2d42cf35c6ba829749f /themes/default/css | |
| parent | 8e3bb143c9354db5f38d9a3b8377c087b0ec4520 (diff) | |
Let the theme control overlay opacity for dialogs.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index ca850114..d1900a7a 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -725,6 +725,12 @@ form p.gError { text-align: left; } +.ui-widget-overlay { + background: #000; + opacity: .7; + filter: Alpha(Opacity=70); +} + #gDialog form { width: 500px; } |
