From d808350034ba491ea790eba6e1bb0b1ff2234dfa Mon Sep 17 00:00:00 2001 From: rydesun Date: Mon, 15 Jun 2020 17:45:05 +0800 Subject: [PATCH] Update firefox userContent.css : Add sidebar background image --- .mozilla/firefox/profile/chrome/userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mozilla/firefox/profile/chrome/userContent.css b/.mozilla/firefox/profile/chrome/userContent.css index 9231414..7205593 100644 --- a/.mozilla/firefox/profile/chrome/userContent.css +++ b/.mozilla/firefox/profile/chrome/userContent.css @@ -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;