Bug 811076 - progressmeter in downloads button needs native colours for winstripe and gnomestripe. r=mak.

This commit is contained in:
Mike Conley 2012-11-16 16:24:13 -05:00
parent 910932f282
commit f9e7318293
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
@ -284,7 +284,7 @@ toolbar[iconsize="large"] #downloads-indicator[attention] > #downloads-indicator
-moz-appearance: none;
min-width: 0;
min-height: 0;
background-color: rgb(90, 185, 255);
background-color: rgb(255, 135, 94);
background-image: linear-gradient(transparent 1px, rgba(255, 255, 255, 0.4) 1px, rgba(255, 255, 255, 0.4) 2px, transparent 2px);
border: 1px solid;
border-color: rgba(0,43,86,.6) rgba(0,43,86,.4) rgba(0,43,86,.4);

View File

@ -277,7 +277,7 @@ richlistitem[type="download"][state="1"]:hover > .downloadButton.downloadShow:ac
-moz-appearance: none;
min-width: 0;
min-height: 0;
background-color: rgb(90, 185, 255);
background-color: rgb(90, 201, 66);
background-image: linear-gradient(transparent 1px, rgba(255, 255, 255, 0.4) 1px, rgba(255, 255, 255, 0.4) 2px, transparent 2px);
border: 1px solid;
border-color: rgba(0,43,86,.6) rgba(0,43,86,.4) rgba(0,43,86,.4);