Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header.
Better fix this time. git-svn-id: svn://10.0.0.236/trunk@165557 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -988,7 +988,7 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
|
||||
/* ..... folder pane adjustments ..... */
|
||||
|
||||
#folderPaneHeaderContainer {
|
||||
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
}
|
||||
|
||||
#folderPaneHeader {
|
||||
@@ -1002,6 +1002,7 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
|
||||
/* ..... splitter adjustments ..... */
|
||||
|
||||
#folderpane_splitter {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
@@ -1033,3 +1034,8 @@ treechildren::-moz-tree-cell-text(lc-black, selected) {
|
||||
#statusbar-updates[updateCount="0"]{
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
@@ -27,12 +27,6 @@
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#searchInput[searchCriteria="true"] {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
@@ -227,6 +227,7 @@ toolbar[iconsize="small"] #button-abdelete[disabled] {
|
||||
/* ::::: directory pane adjustments ::::: */
|
||||
|
||||
#abDirTreeHeaderContainer {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
}
|
||||
|
||||
#abDirTreeHeader {
|
||||
@@ -262,6 +263,7 @@ treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
|
||||
/* ::::: splitters ::::: */
|
||||
|
||||
#dirTree-splitter {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
@@ -359,3 +361,8 @@ html|a {
|
||||
html|p {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#searchBox {
|
||||
border-top: 1px solid ThreeDHighlight;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user