From 7675efd26af16f196b56bb15b3d3eb849a396c01 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 2 Nov 2021 13:32:03 +0900 Subject: [PATCH] Add: Unloaded Tab - Italic Label #258 --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 9cdff46..8efbd6f 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2766,6 +2766,11 @@ 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 *******************************************/ #tabbrowser-tabs[closebuttons="activetab"] .tab-content:not([pinned]) { padding-inline-start: 8px !important;