Tweak the appearance of the folder location bar b=313731 r=Mnyromyr

git-svn-id: svn://10.0.0.236/trunk@183262 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2005-10-31 00:20:09 +00:00
parent a342851605
commit ed5b92cb0e
3 changed files with 14 additions and 4 deletions

View File

@@ -74,6 +74,10 @@ menulist {
margin-left: 1ex !important;
}
.menulist-dropmarker {
display: none;
}
/* ..... disabled state ..... */
menulist[disabled="true"] {
@@ -89,10 +93,6 @@ menulist[disabled="true"] > .menulist-label-box {
/* ::::: editable menulists ::::: */
menulist[editable="true"] {
-moz-user-focus: normal;
}
.menulist-editable-box {
margin-right: 4px;
padding: 1px 0px 1px 2px;

View File

@@ -101,6 +101,11 @@
border-bottom: 1px solid ThreeDShadow;
}
/* XXX bug 313731 buttons are taller than menulists */
#msgLocationToolbar > #searchBox[collapsed="true"] {
visibility: hidden;
}
#locationIcon {
list-style-image: none;
}

View File

@@ -102,6 +102,11 @@
-moz-border-bottom-colors: #5D616E #BEC3D3;
}
/* XXX bug 313731 buttons are taller than menulists */
#msgLocationToolbar > #searchBox[collapsed="true"] {
visibility: hidden;
}
#locationIcon {
list-style-image: none;
}