Update firefox UI: Visual Tabs

This commit is contained in:
rydesun 2020-07-19 14:31:39 +08:00
parent 8fe8b0f02f
commit 5b1b80268e

View file

@ -20,6 +20,17 @@
}
#tabbox #pinList:not(:empty) .tab {
margin-bottom: 15px !important;
border-right-color: #d0d0ff !important;
background: white !important;
}
#tabbox #pinList:not(:empty) .tab[selected="true"] {
background: #d0d0ff !important;
}
#tabbox #pinList:not(:empty) .tab .line1 {
display: none !important;
}
#tabbox #pinList:not(:empty) .tab .line2 {
height: 2px !important;
}
#tabbox #tabList[mode="compact"] .tab {
@ -63,4 +74,11 @@
#newTab {
display: none !important;
}
#menu #contexts {
border-left: none !important;
}
#menu #contexts button {
color: #a0a0a0 !important;
}
}