mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox userContent.css : Add sidebar background image
This commit is contained in:
parent
299a26b026
commit
d808350034
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
@-moz-document regexp("^moz-extension://[a-zA-Z0-9-]+/sidebar/sidebar\.html.*") {
|
||||
#tabbar {
|
||||
background: #445 !important;
|
||||
background-image: url("images/sidebar.svg") !important;
|
||||
background-size: 100px !important;
|
||||
background-position: bottom 20px right 50% !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
#all-tabs {
|
||||
margin-top: 6px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue