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 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
michael@0 | 6 | @namespace html url("http://www.w3.org/1999/xhtml"); |
michael@0 | 7 | |
michael@0 | 8 | /**** folder menulist ****/ |
michael@0 | 9 | .folder-icon > .menulist-label-box > .menulist-icon, |
michael@0 | 10 | .folder-icon > .menu-iconic-left > .menu-iconic-icon { |
michael@0 | 11 | width: 16px; |
michael@0 | 12 | height: 16px; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | .folder-icon > .menu-iconic-left { |
michael@0 | 16 | display: -moz-box; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | .folder-icon { |
michael@0 | 20 | list-style-image: url("chrome://global/skin/tree/folder.png") !important; |
michael@0 | 21 | } |
michael@0 | 22 | |
michael@0 | 23 | @media (min-resolution: 2dppx) { |
michael@0 | 24 | .folder-icon { |
michael@0 | 25 | list-style-image: url("chrome://global/skin/tree/folder@2x.png") !important; |
michael@0 | 26 | } |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | .menulist-icon { |
michael@0 | 30 | margin: 0 !important; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | /**** expanders ****/ |
michael@0 | 34 | |
michael@0 | 35 | .expander-up, |
michael@0 | 36 | .expander-down { |
michael@0 | 37 | -moz-appearance: none; |
michael@0 | 38 | margin: 0; |
michael@0 | 39 | margin-left: 8px; |
michael@0 | 40 | padding: 0; |
michael@0 | 41 | min-width: 0; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | .expander-up { |
michael@0 | 45 | list-style-image: url("chrome://browser/skin/places/expander-open.png"); |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | .expander-down { |
michael@0 | 49 | list-style-image: url("chrome://browser/skin/places/expander-closed.png"); |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | .expander-down:hover:active { |
michael@0 | 53 | list-style-image: url("chrome://browser/skin/places/expander-closed-active.png"); |
michael@0 | 54 | } |
michael@0 | 55 | |
michael@0 | 56 | .expander-up:hover:active { |
michael@0 | 57 | list-style-image: url("chrome://browser/skin/places/expander-open-active.png"); |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | #editBookmarkPanelContent { |
michael@0 | 61 | min-width: 23em; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | #editBMPanel_folderTree { |
michael@0 | 65 | margin: 6px 4px 0 4px; |
michael@0 | 66 | } |
michael@0 | 67 | |
michael@0 | 68 | /* Hide the value column of the tag autocomplete popup |
michael@0 | 69 | * leaving only the comment column visible. This is |
michael@0 | 70 | * so that only the tag being edited is shown in the |
michael@0 | 71 | * popup. |
michael@0 | 72 | */ |
michael@0 | 73 | #editBMPanel_tagsField #treecolAutoCompleteValue { |
michael@0 | 74 | visibility: collapse; |
michael@0 | 75 | } |
michael@0 | 76 | |
michael@0 | 77 | |
michael@0 | 78 | /* ----- BOOKMARK PANEL DROPDOWN MENU ITEMS ----- */ |
michael@0 | 79 | |
michael@0 | 80 | #editBMPanel_folderMenuList[selectedIndex="0"], |
michael@0 | 81 | #editBMPanel_toolbarFolderItem { |
michael@0 | 82 | list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important; |
michael@0 | 83 | } |
michael@0 | 84 | |
michael@0 | 85 | #editBMPanel_folderMenuList[selectedIndex="1"], |
michael@0 | 86 | #editBMPanel_bmRootItem { |
michael@0 | 87 | list-style-image: url("chrome://browser/skin/places/bookmarksMenu.png") !important; |
michael@0 | 88 | } |
michael@0 | 89 | |
michael@0 | 90 | #editBMPanel_folderMenuList[selectedIndex="2"], |
michael@0 | 91 | #editBMPanel_unfiledRootItem { |
michael@0 | 92 | list-style-image: url("chrome://browser/skin/places/unfiledBookmarks.png") !important; |
michael@0 | 93 | } |
michael@0 | 94 | |
michael@0 | 95 | @media (min-resolution: 2dppx) { |
michael@0 | 96 | #editBMPanel_folderMenuList[selectedIndex="0"], |
michael@0 | 97 | #editBMPanel_toolbarFolderItem { |
michael@0 | 98 | list-style-image: url("chrome://browser/skin/places/bookmarksToolbar@2x.png") !important; |
michael@0 | 99 | } |
michael@0 | 100 | |
michael@0 | 101 | #editBMPanel_folderMenuList[selectedIndex="2"], |
michael@0 | 102 | #editBMPanel_unfiledRootItem { |
michael@0 | 103 | list-style-image: url("chrome://browser/skin/places/unfiledBookmarks@2x.png") !important; |
michael@0 | 104 | } |
michael@0 | 105 | } |