mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 01:55:44 +00:00
Bug 336847 - Remove half the groove below final toolbar. r=ben
This commit is contained in:
parent
770b932bb7
commit
0439e507f3
@ -55,6 +55,17 @@
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
/* These next two rules remove the lighter of the two groove lines below the
|
||||
last toolbar, but only when there are no tabs showing. This gives the best
|
||||
compromise on visual appearance. */
|
||||
#navigator-toolbox {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
.tabbrowser-strip {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
/* ..... fix searchbar "add engine" padding issue ..... */
|
||||
|
||||
#searchbar .searchbar-dropmarker menuseparator + menuitem {
|
||||
|
Loading…
Reference in New Issue
Block a user