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:
parent
5ecdaf1567
commit
8f761e5672
2 changed files with 101 additions and 45 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue