make about:memory nicer in both themes
[themes.git] / EarlyBlue / global / aboutMemory.css
index f914608b2cff5b55c55f2e2240ee75f1f6fe6b10..3fbac19524716280f8ed8f2c4bef0aaaf89bf087 100644 (file)
@@ -1 +1,29 @@
 @import url("chrome://global/content/aboutMemory.css");
+
+/* nicer colors for EarlyBlue */
+
+.mrValue {
+  color: #666699;
+}
+
+.mrPerc {
+  color: #808080;
+}
+
+.mrName {
+  color: #000000;
+}
+
+.mrStar {
+  color: #6666CC;
+}
+
+h2.tree {
+  background-color: #666699;
+  color: #CCD0DD;
+  padding: 1px;
+}
+
+h2.tree:hover {
+  background-color: #6699FF;
+}