Update firefox userContent.css : Add sidebar background image

This commit is contained in:
rydesun 2020-06-15 17:45:05 +08:00
parent 299a26b026
commit d808350034

View file

@ -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;