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 | % include all of the Luna styles |
michael@0 | 6 | %include menulist.css |
michael@0 | 7 | |
michael@0 | 8 | menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box { |
michael@0 | 9 | border: 1px dotted ThreeDDarkShadow; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | @media (-moz-windows-default-theme) { |
michael@0 | 13 | .menulist-label-box { |
michael@0 | 14 | background-color: transparent !important; |
michael@0 | 15 | color: inherit !important; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .menulist-label { |
michael@0 | 19 | margin-top: -1px !important; |
michael@0 | 20 | margin-bottom: -1px !important; |
michael@0 | 21 | -moz-margin-start: 0 !important; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | .menulist-description { |
michael@0 | 25 | -moz-margin-start: 1ex !important; |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | menulist:not([editable="true"]) > .menulist-dropmarker { |
michael@0 | 29 | margin-top: -2px; |
michael@0 | 30 | -moz-margin-start: 3px; |
michael@0 | 31 | -moz-margin-end: -3px; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | .menulist-icon { |
michael@0 | 35 | margin-top: -1px; |
michael@0 | 36 | margin-bottom: -1px; |
michael@0 | 37 | } |
michael@0 | 38 | } |