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 {
-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 {