summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-05 15:50:20 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-05 15:50:20 +0000
commitf1da003bfe34d0b1d2c199d33b5fe87ee5e46d50 (patch)
treeae61047675eda72f35f3cffa2d33db0708bd6219 /modules
parenteabc4bd2d37567532d4adba56054f3a0cce39462 (diff)
downloadbrdo-f1da003bfe34d0b1d2c199d33b5fe87ee5e46d50.tar.gz
brdo-f1da003bfe34d0b1d2c199d33b5fe87ee5e46d50.tar.bz2
- Patch #669378 by eigentor: tweak overlay width and opacity.
Diffstat (limited to 'modules')
-rw-r--r--modules/overlay/overlay-parent.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/overlay/overlay-parent.css b/modules/overlay/overlay-parent.css
index b0f9211ee..0cbfc6d04 100644
--- a/modules/overlay/overlay-parent.css
+++ b/modules/overlay/overlay-parent.css
@@ -4,9 +4,9 @@
* ui-dialog overlay.
*/
.ui-widget-overlay {
- background-color: #000;
- opacity: 0.7;
- filter: alpha(opacity=80);
+ background-color: #222;
+ opacity: 0.85;
+ filter: alpha(opacity=85);
background-image: none;
}
@@ -33,7 +33,7 @@ body.overlay-autofit {
position: static;
padding-right: 26px;
margin: 0 auto;
- width: 85%;
+ width: 88%;
min-width: 700px;
min-height: 100px;
}