зеркало из https://github.com/mozilla/pjs.git
fix for #132184. make quick search bar in AB look like quick search bar in mail.
r=andreww, sr=sspitzer, a=asa. fix by t.bugz@lament.cjb.net (Tuukka Tolvanen)
This commit is contained in:
Родитель
24a8669d1b
Коммит
355fa4bb48
|
@ -223,3 +223,10 @@ html|p {
|
|||
#resultsTree {
|
||||
border-left: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
/* ::::: Search Bar ::::: */
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
|
|
@ -215,3 +215,12 @@ html|a {
|
|||
html|p {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* ::::: Search Bar ::::: */
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid #EEF0F3;
|
||||
border-right: 1px solid #A5ABB0;
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-bottom-colors: #5D616E #BEC3D3;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче