зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d4ef781332
Коммит
f67f27032c
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче