mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-05-11 00:56:03 +08:00
Update firefox UI: Visual Tabs
This commit is contained in:
parent
8fe8b0f02f
commit
5b1b80268e
1 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue