1 #sanitizeDurationChoice {
5 /* Align the duration label with the warning box and item list */
6 #sanitizeDurationLabel {
7 -moz-margin-start: 3px;
11 /* Hide the duration dropdown suffix label if it's empty. Otherwise it
12 takes up a little space, causing the end of the dropdown to not be aligned
13 with the warning box. */
14 #sanitizeDurationSuffixLabel[value=""] {
20 #placesTreechildren::-moz-tree-row(selected),
21 #placesTreechildren::-moz-tree-row(grippyRow) {
22 background-color: #008484;
25 #placesTreechildren::-moz-tree-cell-text(selected) {
30 /* Sanitize everything warning box */
31 #sanitizeEverythingWarningBox {
32 background-color: #000000;
33 border: 1px solid #9C9CFF;
38 #sanitizeEverythingWarningIcon {
39 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
44 #sanitizeEverythingWarningDescBox {
50 /* Progressive disclosure button */
51 #detailsExpanderWrapper {
62 .expander-up > .button-box,
63 .expander-down > .button-box {
68 list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
72 list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
76 /* Make the item list the same width as the warning box */
83 /* Align the last dialog button with the end of the warning box */
84 .prefWindow-dlgbuttons {
87 .dialog-button[dlgtype="cancel"] {