diff options
Diffstat (limited to 'src/chrome/global/aboutMemory.css')
| -rw-r--r-- | src/chrome/global/aboutMemory.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/chrome/global/aboutMemory.css b/src/chrome/global/aboutMemory.css index 276e97e..4e925ae 100644 --- a/src/chrome/global/aboutMemory.css +++ b/src/chrome/global/aboutMemory.css | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | @import url("chrome://global/content/aboutMemory.css"); | 13 | @import url("chrome://global/content/aboutMemory.css"); |
| 14 | 14 | ||
| 15 | html { | 15 | html { |
| 16 | background: rgb(0,0,0); | 16 | background: #181411; |
| 17 | font: message-box; | 17 | font: message-box; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| @@ -34,8 +34,8 @@ div.section { | |||
| 34 | margin: 1em 0em; | 34 | margin: 1em 0em; |
| 35 | border: 1px solid rgb(64,64,64); | 35 | border: 1px solid rgb(64,64,64); |
| 36 | border-radius: 10px; | 36 | border-radius: 10px; |
| 37 | background: rgb(0,0,0); | 37 | background: #181411; |
| 38 | color: #fff; | 38 | color: #bfbbb6; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | div.opsRow { | 41 | div.opsRow { |
| @@ -44,9 +44,9 @@ div.opsRow { | |||
| 44 | margin-top: 0.5em; | 44 | margin-top: 0.5em; |
| 45 | border: 1px solid rgb(64,64,64); | 45 | border: 1px solid rgb(64,64,64); |
| 46 | border-radius: 10px; | 46 | border-radius: 10px; |
| 47 | background: rgb(0,0,0); | 47 | background: #181411; |
| 48 | display: inline-block; | 48 | display: inline-block; |
| 49 | color: #fff; | 49 | color: #bfbbb6; |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | div.opsRowLabel { | 52 | div.opsRowLabel { |
| @@ -72,7 +72,7 @@ h1 { | |||
| 72 | 72 | ||
| 73 | h2 { | 73 | h2 { |
| 74 | background-color: rgb(1,1,1); | 74 | background-color: rgb(1,1,1); |
| 75 | color: #fff; | 75 | color: #bfbbb6; |
| 76 | padding-left: .1em; | 76 | padding-left: .1em; |
| 77 | } | 77 | } |
| 78 | 78 | ||
| @@ -90,7 +90,7 @@ h2 { | |||
| 90 | 90 | ||
| 91 | .mrValue { | 91 | .mrValue { |
| 92 | font-weight: bold; | 92 | font-weight: bold; |
| 93 | color: #fff; | 93 | color: #bfbbb6; |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | .mrPerc { | 96 | .mrPerc { |
| @@ -100,11 +100,11 @@ h2 { | |||
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | .mrName { | 102 | .mrName { |
| 103 | color: #fff; | 103 | color: #bfbbb6; |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | .mrNote { | 106 | .mrNote { |
| 107 | color: #fff; | 107 | color: #bfbbb6; |
| 108 | } | 108 | } |
| 109 | 109 | ||
| 110 | .hasKids { | 110 | .hasKids { |
| @@ -122,13 +122,13 @@ h2 { | |||
| 122 | .option { | 122 | .option { |
| 123 | font-size: 80%; | 123 | font-size: 80%; |
| 124 | -moz-user-select: none; /* no need to include this when cutting+pasting */ | 124 | -moz-user-select: none; /* no need to include this when cutting+pasting */ |
| 125 | color: #fff; | 125 | color: #bfbbb6; |
| 126 | } | 126 | } |
| 127 | 127 | ||
| 128 | .legend { | 128 | .legend { |
| 129 | font-size: 80%; | 129 | font-size: 80%; |
| 130 | -moz-user-select: none; /* no need to include this when cutting+pasting */ | 130 | -moz-user-select: none; /* no need to include this when cutting+pasting */ |
| 131 | color: #fff; | 131 | color: #bfbbb6; |
| 132 | } | 132 | } |
| 133 | 133 | ||
| 134 | .debug { | 134 | .debug { |
| @@ -140,7 +140,7 @@ h2 { | |||
| 140 | } | 140 | } |
| 141 | 141 | ||
| 142 | .invalid { | 142 | .invalid { |
| 143 | color: #fff; | 143 | color: #bfbbb6; |
| 144 | background-color: #f00; | 144 | background-color: #f00; |
| 145 | } | 145 | } |
| 146 | 146 | ||
