2010-02-06 00:07:24 +03:00
|
|
|
@namespace url('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul');
|
|
|
|
@namespace html url('http://www.w3.org/1999/xhtml');
|
|
|
|
|
|
|
|
#mac html|input, #mac html|textarea {
|
|
|
|
margin: 4px;
|
2014-01-13 17:13:10 +04:00
|
|
|
padding: 0 1px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#win html|input, #win html|textarea {
|
|
|
|
margin: 2px 4px;
|
2014-01-13 17:13:10 +04:00
|
|
|
padding: 2px 3px 3px;
|
2016-05-13 08:19:58 +03:00
|
|
|
padding-inline-start: 5px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#win html|input:-moz-system-metric(windows-default-theme) {
|
2014-01-13 17:13:10 +04:00
|
|
|
padding: 1px 2px 2px;
|
2016-05-13 08:19:58 +03:00
|
|
|
padding-inline-start: 4px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#linux html|input, #linux html|textarea {
|
|
|
|
margin: 2px 4px;
|
2014-01-13 17:13:10 +04:00
|
|
|
padding: 2px 5px 3px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
textbox[multiline="true"], html|textarea {
|
|
|
|
border: none !important;
|
2017-05-21 12:15:00 +03:00
|
|
|
-moz-appearance: none !important;
|
2015-07-10 08:49:00 +03:00
|
|
|
background-color: white !important;
|
2010-09-09 19:21:47 +04:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html|input, html|textarea {
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
html|input.ac {
|
2014-01-13 17:13:10 +04:00
|
|
|
padding: 0 4px !important;
|
|
|
|
}
|
|
|
|
|
2010-02-06 00:07:24 +03:00
|
|
|
html|input.empty {
|
|
|
|
color: graytext;
|
|
|
|
}
|
|
|
|
|
2011-01-10 04:14:58 +03:00
|
|
|
:root:not(.winxp) html|input.empty:-moz-system-metric(windows-default-theme) {
|
2010-02-06 00:07:24 +03:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
html|input.num {
|
|
|
|
text-align: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mac html|input.num {
|
2016-05-13 08:19:58 +03:00
|
|
|
margin-inline-end: 8px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#win html|input.num {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#linux html|input.num {
|
2016-05-13 08:19:58 +03:00
|
|
|
margin-inline-end: 3px;
|
2014-01-13 17:13:10 +04:00
|
|
|
padding: 3px 4px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html|div.plainfield {
|
|
|
|
color: -moz-fieldtext;
|
2014-01-15 13:42:05 +04:00
|
|
|
white-space: pre;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|