Bug 463712 - text-shadow doesn't work for xul textboxes. r=enndeakin

This commit is contained in:
Dão Gottwald 2008-11-12 08:07:16 +01:00
Родитель 3b814ba28f
Коммит 0fd2ec3a0b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -640,6 +640,7 @@ html|span.accesskey {
textbox { textbox {
-moz-binding: url("chrome://global/content/bindings/textbox.xml#textbox"); -moz-binding: url("chrome://global/content/bindings/textbox.xml#textbox");
-moz-user-select: text; -moz-user-select: text;
text-shadow: none;
} }
textbox[multiline="true"] { textbox[multiline="true"] {
@ -649,10 +650,12 @@ textbox[multiline="true"] {
html|*.textbox-input { html|*.textbox-input {
-moz-appearance: none !important; -moz-appearance: none !important;
text-align: inherit; text-align: inherit;
text-shadow: inherit;
} }
html|*.textbox-textarea { html|*.textbox-textarea {
-moz-appearance: none !important; -moz-appearance: none !important;
text-shadow: inherit;
} }
.textbox-input-box { .textbox-input-box {