mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 547480 - Clean up color values in aboutMemory.css, r=dao
--HG-- extra : rebase_source : 8ab9f17bbebc9de0d882f79eb123169e432c8b5e
This commit is contained in:
parent
42a23d1a48
commit
8f68aea59e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user