mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox css: tab title
This commit is contained in:
parent
4d72fa39ca
commit
9335bda947
1 changed files with 5 additions and 1 deletions
|
|
@ -56,12 +56,16 @@
|
|||
}
|
||||
#tabbox #tabList .tab .bar .title {
|
||||
color: white !important;
|
||||
background: #404040 !important;
|
||||
margin-left: 6px !important;
|
||||
padding: 4px 8px !important;
|
||||
border-radius: 12px 0 0 12px !important;
|
||||
}
|
||||
body:not(:hover) #tabList .tab .bar .title {
|
||||
display: none !important;
|
||||
}
|
||||
#tabbox #tabList .tab[selected="true"] .bar .title {
|
||||
color: #d0d0ff !important;
|
||||
color: #90c0ff !important;
|
||||
font-weight: unset !important;
|
||||
}
|
||||
#tabbox #tabList .tab .line1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue