diff options
Diffstat (limited to 'themes')
| -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; } |
