fourth and final part of syncing LCARStrek with Firefox 31 windows theme changes
[themes.git] / LCARStrek / global / aboutMemory.css
CommitLineData
6bcac19c 1@import url("chrome://global/content/aboutMemory.css");
c1f7cc84
RK
2
3/* correct horrible colors for black background */
4
5.mrValue {
6 color: #E7ADE7;
7}
8
9.mrPerc {
10 color: #008484;
11}
12
13.mrName {
14 color: #9C9CFF;
15}
2709d50f
RK
16
17.mrStar {
18 color: #E7ADE7;
19}
20
21h2.tree {
22 background-color: #9C9CFF;
23 color: #000000;
24 border-radius: 3px;
25 padding: 1px;
26}
27
28h2.tree:hover {
29 background-color: #FFCF00;
30}