sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / LCARStrek / browser / preferences / aboutPermissions.css
CommitLineData
5497455b
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5@import url("chrome://global/skin/in-content/common.css");
6
7#permissions-content {
8 padding-top: 48px;
9 -moz-padding-end: 0; /* no padding to move the scroll bar to the edge */
10}
f993773d
RK
11
12/* sites box */
13
14#sites-box {
f993773d
RK
15 width: 25em;
16}
17
dce90fef
RK
18#sites-filter {
19 margin: 0;
20}
21
22#sites-list {
dce90fef
RK
23 margin: 5px 0 0 0;
24}
25
f993773d
RK
26.site {
27 padding: 4px;
28 border-bottom: 1px solid #9C9CFF;
29}
30
31.site-favicon {
32 height: 16px;
33 width: 16px;
34 -moz-margin-end: 4px;
35 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
36}
37
38#all-sites-item > .site-container > .site-favicon {
39 list-style-image: none;
40}
41
42/* permissions box */
43
44#permissions-box {
5497455b
RK
45 -moz-padding-start: 10px;
46}
47
48#permissions-list {
f993773d 49 overflow-y: auto;
5497455b
RK
50 padding-top: 5px;
51 -moz-padding-end: 44px;
f993773d
RK
52}
53
54#site-description {
55 font-size: 125%;
f993773d
RK
56}
57
58#site-label {
59 font-weight: bold;
60 margin-top: 0;
61 margin-bottom: 0;
62}
63
5497455b
RK
64#site-visit-count {
65 margin-bottom: 0;
66}
67
f993773d
RK
68#defaults-description {
69 font-size: 125%;
70 font-weight: bold;
5497455b
RK
71}
72
73#header-deck {
74 -moz-margin-end: 44px;
75}
76
77#site-header,
78#defaults-header {
79 margin-bottom: 1px;
f993773d
RK
80}
81
82.pref-item {
83 margin-bottom: 10px;
84}
85
86.pref-icon {
87 width: 36px;
88 height: 36px;
89 -moz-margin-end: 10px;
90}
91
92.pref-icon[type="password"] {
93 list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
94}
95.pref-icon[type="cookie"] {
96 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
97}
98.pref-icon[type="geo"] {
99 list-style-image: url("chrome://browser/skin/Geolocation-64.png");
100}
d7b7f7e1
RK
101.pref-icon[type="desktop-notification"] {
102 list-style-image: url("chrome://browser/skin/web-notifications-icon.svg");
a5cb6e53 103}
f993773d
RK
104.pref-icon[type="indexedDB"] {
105 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
106}
107.pref-icon[type="install"] {
7729765c 108 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
f993773d
RK
109}
110.pref-icon[type="popup"] {
111 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
112}
113.pref-icon[type="image"] {
114 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
115}
a40f6a79
RK
116.pref-icon[type="plugins"] {
117 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
118}
c1d2ce3e
RK
119.pref-icon[type="camera"] {
120 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
121}
122.pref-icon[type="microphone"] {
123 list-style-image: url("chrome://global/skin/icons/alert-question.gif");
124}
f993773d
RK
125
126.pref-title {
127 font-size: 125%;
5497455b 128 -moz-margin-start: 4px;
f993773d
RK
129 margin-bottom: 0;
130 font-weight: bold;
131}
132
133.pref-menulist {
5497455b
RK
134 min-width: 10em;
135}
136
137#cookies-label,
138#passwords-label {
139 -moz-margin-start: 4px; /* align with the menulists */
f993773d 140}