vertically centre text in tabs
This commit is contained in:
parent
17960d72a7
commit
67b3020466
1 changed files with 5 additions and 1 deletions
|
@ -268,10 +268,14 @@
|
||||||
|
|
||||||
.tab-label-container
|
.tab-label-container
|
||||||
{
|
{
|
||||||
margin-top: -2px !important;
|
margin-top: 0 !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-label {
|
||||||
|
margin-block: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tabbrowser-tab[image] .tab-label-container,
|
.tabbrowser-tab[image] .tab-label-container,
|
||||||
.tabbrowser-tab:-moz-any([progress], [busy]) .tab-label-container
|
.tabbrowser-tab:-moz-any([progress], [busy]) .tab-label-container
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue