зеркало из https://github.com/mozilla/gecko-dev.git
padding for the quick search text box was effecting the padding on message header text boxes.
This commit is contained in:
Родитель
b08fa4b223
Коммит
9e82c66d13
|
@ -47,7 +47,7 @@
|
|||
<binding id="searchbar" extends="chrome://global/content/bindings/textbox.xml#textbox">
|
||||
<content>
|
||||
<children/>
|
||||
<xul:hbox class="textbox-input-box" flex="1">
|
||||
<xul:hbox class="quick-search-textbox textbox-input-box" flex="1">
|
||||
<html:input class="textbox-input" flex="1" anonid="input" allowevents="true"
|
||||
xbl:inherits="onfocus,onblur,value,type,maxlength,disabled,size,readonly,tabindex,accesskey"/>
|
||||
</xul:hbox>
|
||||
|
|
|
@ -973,9 +973,9 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
|
|||
|
||||
/* ..... tree adjustments ..... */
|
||||
|
||||
.textbox-input-box
|
||||
.quick-search-textbox
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
#accountCentralBox {
|
||||
|
|
Загрузка…
Ссылка в новой задаче