update userChrome.css and my_userChrome.css: fix megabar issue; add active tab green background; improve bookmarkbar and tab appearance

This commit is contained in:
Dia Pacifica 2024-12-14 12:25:34 -07:00
parent 5ecdaf1567
commit 8f761e5672
2 changed files with 101 additions and 45 deletions

View file

@ -11,3 +11,13 @@
--tab_max_width_mlt: 140px !important;
--tabs-lines: 4 !important;
}
/* selected tab ****************************/
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab[selected] .tab-content {
background: #00811e !important;
}
/* default tab *****************************/
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab .tab-content {
background: hsl(0, 0%, 6%) !important;
}