Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | @namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'); |
michael@0 | 2 | @namespace html url('http://www.w3.org/1999/xhtml'); |
michael@0 | 3 | |
michael@0 | 4 | #mac html|input, #mac html|textarea { |
michael@0 | 5 | margin: 4px; |
michael@0 | 6 | padding: 0 1px; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | #win html|input, #win html|textarea { |
michael@0 | 10 | margin: 2px 4px; |
michael@0 | 11 | padding: 2px 3px 3px; |
michael@0 | 12 | -moz-padding-start: 5px; |
michael@0 | 13 | } |
michael@0 | 14 | |
michael@0 | 15 | #win html|input:-moz-system-metric(windows-default-theme) { |
michael@0 | 16 | padding: 1px 2px 2px; |
michael@0 | 17 | -moz-padding-start: 4px; |
michael@0 | 18 | } |
michael@0 | 19 | |
michael@0 | 20 | #linux html|input, #linux html|textarea { |
michael@0 | 21 | margin: 2px 4px; |
michael@0 | 22 | padding: 2px 5px 3px; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | textbox[multiline="true"], html|textarea { |
michael@0 | 26 | border: none !important; |
michael@0 | 27 | -moz-appearance: none !important; |
michael@0 | 28 | border-top-right-radius: 0; |
michael@0 | 29 | border-bottom-left-radius: 0; |
michael@0 | 30 | } |
michael@0 | 31 | |
michael@0 | 32 | html|input, html|textarea { |
michael@0 | 33 | font: inherit; |
michael@0 | 34 | } |
michael@0 | 35 | |
michael@0 | 36 | html|input.ac { |
michael@0 | 37 | padding: 0 4px !important; |
michael@0 | 38 | } |
michael@0 | 39 | |
michael@0 | 40 | #mac html|input.ac { |
michael@0 | 41 | padding: 0 3px !important; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | html|input.empty { |
michael@0 | 45 | color: graytext; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | :root:not(.winxp) html|input.empty:-moz-system-metric(windows-default-theme) { |
michael@0 | 49 | font-style: italic; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | html|input.num { |
michael@0 | 53 | text-align: end; |
michael@0 | 54 | } |
michael@0 | 55 | |
michael@0 | 56 | #mac html|input.num { |
michael@0 | 57 | -moz-margin-end: 8px; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | #win html|input.num { |
michael@0 | 61 | padding: 0 !important; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | #linux html|input.num { |
michael@0 | 65 | -moz-margin-end: 3px; |
michael@0 | 66 | padding: 3px 4px; |
michael@0 | 67 | } |
michael@0 | 68 | |
michael@0 | 69 | html|div.plainfield { |
michael@0 | 70 | color: -moz-fieldtext; |
michael@0 | 71 | white-space: pre; |
michael@0 | 72 | } |
michael@0 | 73 |