- Patch #669378 by eigentor: tweak overlay width and opacity.

merge-requests/26/head
Dries Buytaert 2010-01-05 15:50:20 +00:00
parent eabc4bd2d3
commit f1da003bfe
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}