toolkit/mozapps/downloads/content/downloads.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/downloads/content/downloads.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +richlistitem[type="download"] {
     1.9 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-starting');
    1.10 +  -moz-box-orient: vertical;
    1.11 +}
    1.12 +
    1.13 +richlistitem[type="download"][state="0"] {
    1.14 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-downloading');
    1.15 +}
    1.16 +
    1.17 +richlistitem[type="download"][state="1"] {
    1.18 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-done');
    1.19 +}
    1.20 +
    1.21 +richlistitem[type="download"][state="2"] {
    1.22 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-failed');
    1.23 +}
    1.24 +
    1.25 +richlistitem[type="download"][state="3"] {
    1.26 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-canceled');
    1.27 +}
    1.28 +
    1.29 +richlistitem[type="download"][state="4"] {
    1.30 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-paused');
    1.31 +}
    1.32 +
    1.33 +richlistitem[type="download"][state="6"] {
    1.34 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-blocked-parental');
    1.35 +}
    1.36 +
    1.37 +richlistitem[type="download"][state="7"] {
    1.38 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-scanning');
    1.39 +}
    1.40 +
    1.41 +richlistitem[type="download"][state="8"] {
    1.42 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-dirty');
    1.43 +}
    1.44 +
    1.45 +richlistitem[type="download"][state="9"] {
    1.46 +  -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-blocked-policy');
    1.47 +}
    1.48 +
    1.49 +/* Only focus buttons in the selected item*/
    1.50 +richlistitem[type="download"]:not([selected="true"]) button {
    1.51 +  -moz-user-focus: none;
    1.52 +}
    1.53 +

mercurial