зеркало из https://github.com/mozilla/pjs.git
Bug 463712 - text-shadow doesn't work for xul textboxes. r=enndeakin
This commit is contained in:
Родитель
3b814ba28f
Коммит
0fd2ec3a0b
|
@ -640,6 +640,7 @@ html|span.accesskey {
|
|||
textbox {
|
||||
-moz-binding: url("chrome://global/content/bindings/textbox.xml#textbox");
|
||||
-moz-user-select: text;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
textbox[multiline="true"] {
|
||||
|
@ -649,10 +650,12 @@ textbox[multiline="true"] {
|
|||
html|*.textbox-input {
|
||||
-moz-appearance: none !important;
|
||||
text-align: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
html|*.textbox-textarea {
|
||||
-moz-appearance: none !important;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
.textbox-input-box {
|
||||
|
|
Загрузка…
Ссылка в новой задаче