Bug 547480 - Clean up color values in aboutMemory.css, r=dao

--HG--
extra : rebase_source : 8ab9f17bbebc9de0d882f79eb123169e432c8b5e
This commit is contained in:
Phil Ringnalda 2010-02-21 10:44:49 -08:00
parent 42a23d1a48
commit 8f68aea59e

View File

@ -36,13 +36,13 @@
* ***** END LICENSE BLOCK ***** */
html {
background: -moz-dialog;
background: -moz-Dialog;
color: -moz-DialogText;
}
body {
margin: 0;
padding: 0 1em;
color: -moz-FieldText;
font: message-box;
}
@ -63,10 +63,11 @@ h2 {
.memBox {
max-width: 30em;
background: white;
background: -moz-Field;
color: -moz-FieldText;
margin-top: 25px;
padding: 5px;
border: 1px solid black;
border: 1px solid -moz-FieldText;
-moz-border-radius: 10px 10px;
}