Make text-align work on <xul:textbox>. Bug 188597, patch by

afatecha@idea.com.py (Ariel Fatecha), r=jag, sr=jst, a=dbaron
This commit is contained in:
bzbarsky%mit.edu 2003-04-30 21:26:45 +00:00
Родитель a9df196e29
Коммит 5ecf91f703
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -620,6 +620,7 @@ textbox[multiline="true"] {
html|*.textbox-input {
-moz-appearance: none !important;
text-align: inherit;
}
html|*.textbox-textarea {