michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: richlistitem[type="download"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-starting'); michael@0: -moz-box-orient: vertical; michael@0: } michael@0: michael@0: richlistitem[type="download"][state="0"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-downloading'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="1"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-done'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="2"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-failed'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="3"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-canceled'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="4"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-paused'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="6"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-blocked-parental'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="7"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-scanning'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="8"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-dirty'); michael@0: } michael@0: michael@0: richlistitem[type="download"][state="9"] { michael@0: -moz-binding: url('chrome://mozapps/content/downloads/download.xml#download-blocked-policy'); michael@0: } michael@0: michael@0: /* Only focus buttons in the selected item*/ michael@0: richlistitem[type="download"]:not([selected="true"]) button { michael@0: -moz-user-focus: none; michael@0: } michael@0: