mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
Bug 554809 - Tab drop indicator is misaligned if the tab bar doesn't overflow. r=gavin
--HG-- extra : rebase_source : 20c07e21a0d0ea82b62f43b84ae72d94953ce0cd
This commit is contained in:
parent
b7d1c73d65
commit
36e468bab9
@ -1593,7 +1593,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
}
|
||||
|
||||
.tabbrowser-tabs:not([overflow="true"]) {
|
||||
-moz-padding-start: 3px;
|
||||
-moz-margin-start: 3px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -907,7 +907,7 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
|
||||
}
|
||||
|
||||
.tabbrowser-tabs:not([overflow="true"]) {
|
||||
-moz-padding-start: 3px;
|
||||
-moz-margin-start: 3px;
|
||||
}
|
||||
|
||||
/* Tabs */
|
||||
|
Loading…
Reference in New Issue
Block a user