mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Unloaded Tab - Italic Label #258
This commit is contained in:
parent
cc4371640c
commit
7675efd26a
1 changed files with 5 additions and 0 deletions
|
|
@ -2766,6 +2766,11 @@
|
||||||
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
|
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Unloaded Tab - Italic Label **********************************************/
|
||||||
|
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-text.tab-label {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
/** Clipped tabs - Letters cleary *******************************************/
|
/** Clipped tabs - Letters cleary *******************************************/
|
||||||
#tabbrowser-tabs[closebuttons="activetab"] .tab-content:not([pinned]) {
|
#tabbrowser-tabs[closebuttons="activetab"] .tab-content:not([pinned]) {
|
||||||
padding-inline-start: 8px !important;
|
padding-inline-start: 8px !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue