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 |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | |
michael@0 | 6 | /* Toolbar */ |
michael@0 | 7 | #placesToolbar { |
michael@0 | 8 | border: none; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | /* back button */ |
michael@0 | 12 | |
michael@0 | 13 | #back-button { |
michael@0 | 14 | list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=toolbar"); |
michael@0 | 15 | } |
michael@0 | 16 | #back-button[disabled="true"] { |
michael@0 | 17 | list-style-image: url("moz-icon://stock/gtk-go-back-ltr?size=toolbar&state=disabled"); |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | #back-button:-moz-locale-dir(rtl) { |
michael@0 | 21 | list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=toolbar"); |
michael@0 | 22 | } |
michael@0 | 23 | #back-button[disabled="true"]:-moz-locale-dir(rtl) { |
michael@0 | 24 | list-style-image: url("moz-icon://stock/gtk-go-back-rtl?size=toolbar&state=disabled"); |
michael@0 | 25 | } |
michael@0 | 26 | |
michael@0 | 27 | /* forward button */ |
michael@0 | 28 | |
michael@0 | 29 | #forward-button { |
michael@0 | 30 | list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=toolbar"); |
michael@0 | 31 | } |
michael@0 | 32 | #forward-button[disabled="true"] { |
michael@0 | 33 | list-style-image: url("moz-icon://stock/gtk-go-forward-ltr?size=toolbar&state=disabled"); |
michael@0 | 34 | } |
michael@0 | 35 | |
michael@0 | 36 | #forward-button:-moz-locale-dir(rtl) { |
michael@0 | 37 | list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=toolbar"); |
michael@0 | 38 | } |
michael@0 | 39 | #forward-button[disabled="true"]:-moz-locale-dir(rtl) { |
michael@0 | 40 | list-style-image: url("moz-icon://stock/gtk-go-forward-rtl?size=toolbar&state=disabled"); |
michael@0 | 41 | } |
michael@0 | 42 | |
michael@0 | 43 | /* Menu */ |
michael@0 | 44 | #placesMenu { |
michael@0 | 45 | -moz-appearance: none; |
michael@0 | 46 | border: none; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | #placesMenu > menu { |
michael@0 | 50 | -moz-padding-start: 4px; |
michael@0 | 51 | -moz-binding: url("chrome://browser/skin/places/organizer.xml#toolbarbutton-dropdown"); |
michael@0 | 52 | -moz-appearance: toolbarbutton; |
michael@0 | 53 | color: -moz-DialogText; |
michael@0 | 54 | } |
michael@0 | 55 | |
michael@0 | 56 | #placesMenu > menu:hover:not(:active):not([open="true"]) { |
michael@0 | 57 | color: -moz-buttonhovertext; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | #placesMenu > menu > .menubar-right { |
michael@0 | 61 | -moz-appearance: toolbarbutton-dropdown; |
michael@0 | 62 | width: 12px; |
michael@0 | 63 | height: 12px; |
michael@0 | 64 | } |
michael@0 | 65 | |
michael@0 | 66 | /* Root View */ |
michael@0 | 67 | #placesView { |
michael@0 | 68 | background-color: Window; |
michael@0 | 69 | } |
michael@0 | 70 | |
michael@0 | 71 | /* Info box */ |
michael@0 | 72 | #detailsDeck { |
michael@0 | 73 | padding: 5px; |
michael@0 | 74 | } |
michael@0 | 75 | |
michael@0 | 76 | #infoBoxExpanderLabel { |
michael@0 | 77 | -moz-padding-start: 2px; |
michael@0 | 78 | } |
michael@0 | 79 | |
michael@0 | 80 | /**** menuitem stock icons ****/ |
michael@0 | 81 | #orgClose { |
michael@0 | 82 | list-style-image: url("moz-icon://stock/gtk-close?size=menu"); |
michael@0 | 83 | } |
michael@0 | 84 | |
michael@0 | 85 | #fileImport { |
michael@0 | 86 | list-style-image: url("moz-icon://stock/gtk-revert-to-saved?size=menu"); |
michael@0 | 87 | } |
michael@0 | 88 | |
michael@0 | 89 | #fileExport { |
michael@0 | 90 | list-style-image: url("moz-icon://stock/gtk-save-as?size=menu"); |
michael@0 | 91 | } |
michael@0 | 92 | |
michael@0 | 93 | /** |
michael@0 | 94 | * Downloads pane |
michael@0 | 95 | */ |
michael@0 | 96 | |
michael@0 | 97 | #clearDownloadsButton > .toolbarbutton-icon { |
michael@0 | 98 | display: none; |
michael@0 | 99 | } |