Bug 614496 - Form assistant and autocomplete bar are separated by a light grey line [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-12-09 10:58:48 -05:00
parent 3f48472856
commit a36687cb4b
2 changed files with 6 additions and 2 deletions

View File

@ -324,7 +324,11 @@ toolbarbutton.button-control {
background-color: transparent !important;
-moz-box-align: center;
-moz-box-pack: center;
height: 82px;
height: 70px;
}
toolbarbutton.button-control:last-child {
border-bottom: 0px solid rgba(0,0,0,0.2) !important;
}
toolbarbutton.button-control[disabled="true"] {
@ -961,7 +965,7 @@ documenttab[reload="true"] > stack > .documenttab-reload {
#newtab-button {
-moz-box-flex: 1;
list-style-image: url("images/newtab-default-64.png");
height: 82px;
height: 70px;
}
/* bookmark editor ------------------------------------------------------- */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 326 B