make about:memory nicer in both themes
[themes.git] / LCARStrek / global / aboutMemory.css
index f914608b2cff5b55c55f2e2240ee75f1f6fe6b10..e6130f169487c46fac9fafd772c12367c28ae2b7 100644 (file)
@@ -1 +1,30 @@
 @import url("chrome://global/content/aboutMemory.css");
+
+/* correct horrible colors for black background */
+
+.mrValue {
+  color: #E7ADE7;
+}
+
+.mrPerc {
+  color: #008484;
+}
+
+.mrName {
+  color: #9C9CFF;
+}
+
+.mrStar {
+  color: #E7ADE7;
+}
+
+h2.tree {
+  background-color: #9C9CFF;
+  color: #000000;
+  border-radius: 3px;
+  padding: 1px;
+}
+
+h2.tree:hover {
+  background-color: #FFCF00;
+}