toolkit/mozapps/downloads/content/downloads.css

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:fd222936e425
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 richlistitem[type="download"] {
6 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-starting');
7 -moz-box-orient: vertical;
8 }
9
10 richlistitem[type="download"][state="0"] {
11 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-downloading');
12 }
13
14 richlistitem[type="download"][state="1"] {
15 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-done');
16 }
17
18 richlistitem[type="download"][state="2"] {
19 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-failed');
20 }
21
22 richlistitem[type="download"][state="3"] {
23 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-canceled');
24 }
25
26 richlistitem[type="download"][state="4"] {
27 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-paused');
28 }
29
30 richlistitem[type="download"][state="6"] {
31 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-blocked-parental');
32 }
33
34 richlistitem[type="download"][state="7"] {
35 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-scanning');
36 }
37
38 richlistitem[type="download"][state="8"] {
39 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-dirty');
40 }
41
42 richlistitem[type="download"][state="9"] {
43 -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-blocked-policy');
44 }
45
46 /* Only focus buttons in the selected item*/
47 richlistitem[type="download"]:not([selected="true"]) button {
48 -moz-user-focus: none;
49 }
50

mercurial