first part of sync for both themes for toolkit winstripe changes in Mozilla 16 cycle
[themes.git] / EarlyBlue / global / aboutMemory.css
1 @import url("chrome://global/content/aboutMemory.css");
2
3 /* nicer colors for EarlyBlue */
4
5 .mrValue {
6   color: #666699;
7 }
8
9 .mrPerc {
10   color: #808080;
11 }
12
13 .mrName {
14   color: #000000;
15 }
16
17 .mrStar {
18   color: #6666CC;
19 }
20
21 h2.tree {
22   background-color: #666699;
23   color: #CCD0DD;
24   padding: 1px;
25 }
26
27 h2.tree:hover {
28   background-color: #6699FF;
29 }