use moz-appearance bg for pane, window, etc for backgrounds in dialogs. makes pref panels look much better. r=andreww/sr=ben/a=asa. bug#134720

This commit is contained in:
pinkerton%netscape.com 2002-04-02 22:07:01 +00:00
parent 4c1256ba92
commit 9cef82d680
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ window,
page,
dialog,
wizard {
-moz-appearance: dialog;
background-color: -moz-Dialog;
color: -moz-DialogText;
font: message-box;

View File

@ -44,6 +44,7 @@ groupbox {
}
caption {
-moz-appearance: dialog;
margin: 0px 6px 2px 6px;
padding: 0px 3px;
background-color: -moz-Dialog;