bug 157607 toolkit port: add a class to allow textboxes to specify that they are

URL inputs, which should be always left-to-right. r=mconnor
This commit is contained in:
cbiesinger%web.de 2004-12-05 16:25:14 +00:00
Родитель d4ef781332
Коммит f67f27032c
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -43,6 +43,17 @@ window[chromehidden~="toolbar"] .chromeclass-toolbar-additional
display: none;
}
/* ::::::::::
:: Rules for forcing direction for entry and display of URIs
:: or URI elements
::::: */
textbox.uri-element,
menulist.uri-element
{
direction: ltr !important;
}
/****** elements that have no visual representation ******/
script, data,