sync both themes with toolkit windows theme changes in Mozilla 36 cycle
[themes.git] / EarlyBlue / communicator / aboutSyncTabs.css
CommitLineData
c2e1f790
RK
1#tabsList {
2 background: #FFFFFF;
3}
4
5#headers {
6 background: url("chrome://communicator/skin/sync/sync-32.png") no-repeat;
7 width: 45em;
8 height: 32px;
9 margin: 4px 2em 0px;
10}
11
12#tabsListHeading {
13 font-size: 140%;
14 font-weight: bold;
15 -moz-margin-start: 40px;
16}
17
18richlistitem {
19 -moz-margin-end: 2em;
20}
21
22richlistitem[selected="true"],
23richlistitem:focus {
24 outline-style: none;
25}
26
27richlistitem[type="tab"] {
28 min-height: 3em;
29 border: #9999CC 1px solid !important;
30 padding: 2px 5px;
31 margin-bottom: 4px;
32 -moz-margin-start: 4em;
a62af8a9 33 border-radius: 6px;
c2e1f790
RK
34 background-color: #CCD0DD;
35 width: 44em;
36 opacity: 0.9;
37}
38
39richlistitem[type="tab"][selected="true"] {
40 background-color: #336699;
41}
42
43richlistitem[type="client"] {
44 min-height: 2em;
45 color: #000000;
46 -moz-margin-start: 2em;
47 margin-top: 2px;
48 margin-bottom: 3px;
49 width: 42em;
a62af8a9 50 border-radius: 6px;
c2e1f790
RK
51 background-color: transparent;
52 -moz-user-focus: ignore !important;
53}
8f5d5e21
RK
54
55.mobile[type="client"] {
c2e1f790
RK
56 list-style-image: url("chrome://communicator/skin/sync/sync-mobileIcon.png");
57}
8f5d5e21
RK
58
59.desktop[type="client"] {
c2e1f790
RK
60 list-style-image: url("chrome://communicator/skin/sync/sync-desktopIcon.png");
61}
62
63.title,
64.clientName {
65 font-size: 1.1em;
66}
67
68.url {
69 color: blue;
70 font-size: 0.95em;
71}
72
73.url[selected="true"] {
74 color: inherit;
75}
76
77.tabIcon {
78 -moz-padding-start: 2px;
79 padding-top: 2px;
80}