| 1 | #sanitizeDurationChoice { |
| 2 | -moz-margin-end: 0; |
| 3 | } |
| 4 | |
| 5 | /* Align the duration label with the warning box and item list */ |
| 6 | #sanitizeDurationLabel { |
| 7 | -moz-margin-start: 3px; |
| 8 | } |
| 9 | |
| 10 | |
| 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=""] { |
| 15 | display: none; |
| 16 | } |
| 17 | |
| 18 | |
| 19 | /* Places tree */ |
| 20 | #placesTreechildren::-moz-tree-row(selected), |
| 21 | #placesTreechildren::-moz-tree-row(grippyRow) { |
| 22 | background-color: #008484; |
| 23 | } |
| 24 | |
| 25 | #placesTreechildren::-moz-tree-cell-text(selected) { |
| 26 | color: #000000; |
| 27 | } |
| 28 | |
| 29 | |
| 30 | /* Sanitize everything warning box */ |
| 31 | #sanitizeEverythingWarningBox { |
| 32 | background-color: #000000; |
| 33 | border: 1px solid #9C9CFF; |
| 34 | border-radius: 5px; |
| 35 | padding: 16px; |
| 36 | } |
| 37 | |
| 38 | #sanitizeEverythingWarningIcon { |
| 39 | list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); |
| 40 | padding: 0; |
| 41 | margin: 0; |
| 42 | } |
| 43 | |
| 44 | #sanitizeEverythingWarningDescBox { |
| 45 | padding: 0 16px; |
| 46 | margin: 0; |
| 47 | } |
| 48 | |
| 49 | |
| 50 | /* Progressive disclosure button */ |
| 51 | #detailsExpanderWrapper { |
| 52 | padding: 0; |
| 53 | margin: 6px 0; |
| 54 | } |
| 55 | |
| 56 | .expander-up, |
| 57 | .expander-down { |
| 58 | min-width: 0; |
| 59 | margin: 0; |
| 60 | } |
| 61 | |
| 62 | .expander-up > .button-box, |
| 63 | .expander-down > .button-box { |
| 64 | padding: 0; |
| 65 | } |
| 66 | |
| 67 | .expander-up { |
| 68 | list-style-image: url("chrome://global/skin/tree/twisty-open-selected.gif"); |
| 69 | } |
| 70 | |
| 71 | .expander-up:hover { |
| 72 | } |
| 73 | |
| 74 | .expander-down { |
| 75 | list-style-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); |
| 76 | } |
| 77 | |
| 78 | .expander-down:hover { |
| 79 | } |
| 80 | |
| 81 | |
| 82 | /* Make the item list the same width as the warning box */ |
| 83 | #itemList { |
| 84 | -moz-margin-start: 0; |
| 85 | -moz-margin-end: 0; |
| 86 | } |
| 87 | |
| 88 | |
| 89 | /* Align the last dialog button with the end of the warning box */ |
| 90 | .prefWindow-dlgbuttons { |
| 91 | -moz-margin-end: 0; |
| 92 | } |
| 93 | .dialog-button[dlgtype="cancel"] { |
| 94 | -moz-margin-end: 0; |
| 95 | } |