make about:memory nicer in both themes
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 19 Nov 2011 13:41:35 +0000 (14:41 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 19 Nov 2011 13:41:35 +0000 (14:41 +0100)
EarlyBlue/global/aboutMemory.css
LCARStrek/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;
+}
index 2146aa70c6cc63975b6108e6f4cc90c799202abf..e6130f169487c46fac9fafd772c12367c28ae2b7 100644 (file)
 .mrName {
   color: #9C9CFF;
 }
+
+.mrStar {
+  color: #E7ADE7;
+}
+
+h2.tree {
+  background-color: #9C9CFF;
+  color: #000000;
+  border-radius: 3px;
+  padding: 1px;
+}
+
+h2.tree:hover {
+  background-color: #FFCF00;
+}