2009-03-12 07:16:33 -07:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
|
|
|
|
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
|
|
|
|
|
|
|
|
html|*.textbox-input {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
text-align: inherit;
|
|
|
|
text-shadow: inherit;
|
2009-04-27 14:18:37 -07:00
|
|
|
-moz-box-sizing: border-box;
|
2009-03-12 07:16:33 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
html|*.textbox-textarea {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
text-shadow: inherit;
|
2009-04-27 14:18:37 -07:00
|
|
|
-moz-box-sizing: border-box;
|
2009-03-12 07:16:33 -07:00
|
|
|
}
|
|
|
|
|
2009-04-24 04:20:03 -07:00
|
|
|
textbox[isempty="true"] html|*.textbox-input ,
|
|
|
|
textbox[isempty="true"] html|*.textbox-textarea {
|
2009-03-12 07:16:33 -07:00
|
|
|
text-align: left;
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
2009-07-29 11:33:53 -07:00
|
|
|
textbox[isempty="true"]:-moz-locale-dir(rtl) html|*.textbox-input ,
|
|
|
|
textbox[isempty="true"]:-moz-locale-dir(rtl) html|*.textbox-textarea {
|
2009-03-12 07:16:33 -07:00
|
|
|
text-align: right;
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2009-04-24 04:20:03 -07:00
|
|
|
textbox[isempty="true"] html|*.textbox-input[emptytextdelay="true"] ,
|
|
|
|
textbox[isempty="true"] html|*.textbox-textarea[emptytextdelay="true"] {
|
2009-03-12 07:16:33 -07:00
|
|
|
color: transparent !important;
|
|
|
|
}
|
|
|
|
|