зеркало из https://github.com/mozilla/pjs.git
Remove the search bar border.
Patch from Stephen Walker.
This commit is contained in:
Родитель
d1e853d30c
Коммит
d0c2805b47
|
@ -891,37 +891,19 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
|
|||
#folderTree {
|
||||
border-right: 1px solid;
|
||||
-moz-border-right-colors: ThreeDShadow;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#threadTree {
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
#threadTree,
|
||||
#accountCentralBox,
|
||||
#searchBox {
|
||||
#accountCentralBox {
|
||||
border-left: 2px solid;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
border-top: 1px solid transparent;
|
||||
border-right: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* we could set this height to 32 pixels to make it the same height as the search bar
|
||||
but I think it makes the folder Pane header look too big.... use 28px for now
|
||||
|
||||
#folderPaneHeader {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* ..... message pane adjustments ..... */
|
||||
|
||||
#messagepanebox {
|
||||
|
|
|
@ -156,10 +156,7 @@ treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
|
|||
list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
|
||||
}
|
||||
|
||||
#dirTree [sortDirection="ascending"] {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
#dirTree [sortDirection="ascending"],
|
||||
#dirTree [sortDirection="descending"] {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
@ -275,8 +272,7 @@ html|p {
|
|||
/* ::::: Search Bar ::::: */
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
border-left: 2px solid;
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
border-top: 1px solid transparent;
|
||||
border-right: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче