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:
scott%scott-macgregor.org
2004-11-21 01:04:08 +00:00
parent 953550acde
commit e6306b66ea
3 changed files with 14 additions and 7 deletions

View File

@@ -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;
}

View File

@@ -27,12 +27,6 @@
padding-top: 1px;
}
#searchBox {
border-top: 1px solid ThreeDHighlight;
height: 30px;
}
#searchInput[searchCriteria="true"] {
color: grey;
}

View File

@@ -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;
}