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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user