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