Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this file, |
michael@0 | 3 | * You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | %filter substitution |
michael@0 | 6 | %include defines.inc |
michael@0 | 7 | |
michael@0 | 8 | .list-item > a { |
michael@0 | 9 | color: inherit; |
michael@0 | 10 | text-decoration: none; |
michael@0 | 11 | } |
michael@0 | 12 | |
michael@0 | 13 | .list-item { |
michael@0 | 14 | height: 4.8em; |
michael@0 | 15 | font-size: 1em !important; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | #private-downloads-list .list-item { |
michael@0 | 19 | background-image: none; |
michael@0 | 20 | background-color: #080a0b; |
michael@0 | 21 | color: #ddd; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | div.details { |
michael@0 | 25 | background-color: #eef2f5; |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | #private-downloads-list div.details { |
michael@0 | 29 | background-image: none; |
michael@0 | 30 | background-color: #393e43; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | li:active div.details, |
michael@0 | 34 | #private-downloads-list li:active div.details { |
michael@0 | 35 | background-image: none; |
michael@0 | 36 | background-color: transparent; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .details { |
michael@0 | 40 | margin-left: 4.8em; |
michael@0 | 41 | padding: .5em; |
michael@0 | 42 | min-height: 3.7em; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | .date { |
michael@0 | 46 | color: gray; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | .domain, |
michael@0 | 50 | .size { |
michael@0 | 51 | display: inline; |
michael@0 | 52 | } |
michael@0 | 53 | |
michael@0 | 54 | .displayState { |
michael@0 | 55 | color: gray; |
michael@0 | 56 | margin-bottom: -3px; /* Prevent overflow that hides bottom border */ |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | .size:after { |
michael@0 | 60 | content: " - "; |
michael@0 | 61 | white-space: pre; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | #no-downloads-indicator { |
michael@0 | 65 | display: none; |
michael@0 | 66 | } |
michael@0 | 67 | |
michael@0 | 68 | #private-downloads-list:empty + #normal-downloads-list:empty + #no-downloads-indicator { |
michael@0 | 69 | display: block; |
michael@0 | 70 | text-align: center; |
michael@0 | 71 | padding-top: 3.9em; |
michael@0 | 72 | } |