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');
|
|
|
|
|
2019-03-05 14:41:42 +03:00
|
|
|
:root > html|input {
|
2010-02-06 00:07:24 +03:00
|
|
|
margin: 2px 4px;
|
2017-11-07 16:15:19 +03:00
|
|
|
padding: 2px 2px 3px;
|
2016-05-13 08:19:58 +03:00
|
|
|
padding-inline-start: 5px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
2019-03-05 14:41:42 +03:00
|
|
|
#mac > html|input {
|
2017-11-07 16:15:19 +03:00
|
|
|
margin: 4px;
|
|
|
|
padding: 0 1px;
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
2019-03-05 14:41:42 +03:00
|
|
|
html|input {
|
2010-02-06 00:07:24 +03:00
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
html|input.empty {
|
|
|
|
color: graytext;
|
|
|
|
}
|
|
|
|
|
2017-11-02 03:32:45 +03:00
|
|
|
@media (-moz-windows-default-theme) and (-moz-os-version: windows-win7) {
|
2017-10-07 14:58:37 +03:00
|
|
|
:root:not(.winxp) html|input.empty {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2010-02-06 00:07:24 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html|input.num {
|
|
|
|
text-align: end;
|
|
|
|
}
|
|
|
|
|
2018-02-10 00:54:36 +03:00
|
|
|
/* .textbox-input has 1px extra padding on Linux */
|
2018-02-10 00:27:59 +03:00
|
|
|
#linux html|input.num {
|
2018-02-10 00:54:36 +03:00
|
|
|
padding-inline-end: 3px;
|
2018-02-10 00:27:59 +03:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|