mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 896749 - fix bookmarks' vertical centering, r=mikedeboer
This commit is contained in:
parent
47beeef3be
commit
a838e8cb78
@ -70,10 +70,6 @@
|
||||
border-top: 1px solid rgba(0,0,0,0.65);
|
||||
}
|
||||
|
||||
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
/* Because of -moz-box-align: center above, separators will be invisible unless
|
||||
we set their min-height. See bug 583510 for more information. */
|
||||
toolbarseparator {
|
||||
@ -116,6 +112,10 @@ toolbarseparator {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
padding: 0 4px 4px;
|
||||
}
|
||||
|
||||
#navigator-toolbox > toolbar:not(#TabsToolbar):-moz-lwtheme {
|
||||
background-color: @toolbarColorLWT@;
|
||||
background-image: url(chrome://browser/skin/Toolbar-background-noise.png);
|
||||
|
Loading…
Reference in New Issue
Block a user