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