mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Merge branch 'master' of https://github.com/MrOtherGuy/firefox-csshacks
This commit is contained in:
commit
483a2f3db7
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ See the above repository for updates as well as full license text. */
|
||||||
/*
|
/*
|
||||||
.tab-background{ -moz-box-direction: reverse }
|
.tab-background{ -moz-box-direction: reverse }
|
||||||
.tabbrowser-tab:hover > stack > .tab-background,
|
.tabbrowser-tab:hover > stack > .tab-background,
|
||||||
.tab-background[selected]{ border-radius: 0 0 var(--uc-tab-curve-size) var(--uc-tab-curve-size) }
|
.tab-background[selected]{ border-radius: 0 0 var(--uc-tab-curve-size) var(--uc-tab-curve-size) !important }
|
||||||
.tabbrowser-tab > stack::before{ transform: scaleY(-1) !important; }
|
.tabbrowser-tab > stack::before{ transform: scaleY(-1) !important; }
|
||||||
.tabbrowser-tab > stack::after{ transform: scaleY(-1) scaleX(-1) !important; }
|
.tabbrowser-tab > stack::after{ transform: scaleY(-1) scaleX(-1) !important; }
|
||||||
*/
|
*/
|
Loading…
Reference in a new issue