Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 % include all of the Luna styles
6 %include menulist.css
8 menulist:-moz-focusring:not([open="true"]):not(.menulist-compact) > .menulist-label-box {
9 border: 1px dotted ThreeDDarkShadow;
10 }
12 @media (-moz-windows-default-theme) {
13 .menulist-label-box {
14 background-color: transparent !important;
15 color: inherit !important;
16 }
18 .menulist-label {
19 margin-top: -1px !important;
20 margin-bottom: -1px !important;
21 -moz-margin-start: 0 !important;
22 }
24 .menulist-description {
25 -moz-margin-start: 1ex !important;
26 }
28 menulist:not([editable="true"]) > .menulist-dropmarker {
29 margin-top: -2px;
30 -moz-margin-start: 3px;
31 -moz-margin-end: -3px;
32 }
34 .menulist-icon {
35 margin-top: -1px;
36 margin-bottom: -1px;
37 }
38 }