зеркало из https://github.com/mozilla/pjs.git
Bug #269304 --> more mac specific work for the address book quick search box
This commit is contained in:
Родитель
7d0235d47b
Коммит
509de70048
|
@ -425,65 +425,4 @@ html|p {
|
|||
border: none !important;
|
||||
}
|
||||
|
||||
/* ::::: Search Bar ::::: */
|
||||
|
||||
/*
|
||||
#searchBox {
|
||||
border-top: 1px solid transparent;
|
||||
border-right: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
*/
|
||||
|
||||
#searchBox {
|
||||
padding: 3px;
|
||||
margin: 1px 0px;
|
||||
}
|
||||
|
||||
#searchInput {
|
||||
-moz-appearance: none;
|
||||
background: url("chrome://messenger/skin/icons/SearchBarLeft.png") left center no-repeat;
|
||||
margin: 0px !important;
|
||||
border: 0px;
|
||||
height: 21px !important;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
#searchInput > .textbox-input-box {
|
||||
border: 0px;
|
||||
background: url("chrome://messenger/skin/icons/SearchBarMiddle.png") center repeat-x;
|
||||
height: 21px !important;
|
||||
padding-top: 4px;
|
||||
|
||||
}
|
||||
#clear {
|
||||
-moz-appearance: none;
|
||||
background: url("chrome://messenger/skin/icons/SearchBarRight.png") right center no-repeat;
|
||||
list-style-image: url("chrome://global/skin/icons/closetab.png");
|
||||
margin: 0px 6px 0px 0px !important;
|
||||
height: 21px !important;
|
||||
padding: 0px 4px 0px 0px;
|
||||
min-width: 21px;
|
||||
}
|
||||
|
||||
#clear[disabled="true"] {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
#clear > hbox > label, #advancedButton label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#advancedButton {
|
||||
-moz-appearance: none;
|
||||
height: 23px;
|
||||
min-width: 28px;
|
||||
width: 28px !important;
|
||||
padding: 0px;
|
||||
margin: 0px 7px 0px 4px;
|
||||
background: url("chrome://messenger/skin/addressbook/icons/advanced-search.png") right center no-repeat;
|
||||
}
|
||||
|
||||
#advancedButton:hover:active {
|
||||
background: url("chrome://messenger/skin/addressbook/icons/advanced-search-pressed.png") right center no-repeat;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче