mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
reverse tab-background direction so context-line shows at bottom
This commit is contained in:
parent
63822d4fff
commit
dd6c73183e
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ See the above repository for updates as well as full license text. */
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-background{ -moz-box-direction: reverse }
|
||||||
|
|
||||||
.tabbrowser-tab:hover > stack > .tab-background,
|
.tabbrowser-tab:hover > stack > .tab-background,
|
||||||
.tab-background[selected]{
|
.tab-background[selected]{
|
||||||
border-radius: var(--uc-tab-curve-size) var(--uc-tab-curve-size) 0 0 !important;
|
border-radius: var(--uc-tab-curve-size) var(--uc-tab-curve-size) 0 0 !important;
|
||||||
|
|
Loading…
Reference in a new issue