From 5b1b80268e3be5e08a71781a0671dd125c69e48a Mon Sep 17 00:00:00 2001 From: rydesun Date: Sun, 19 Jul 2020 14:31:39 +0800 Subject: [PATCH] Update firefox UI: Visual Tabs --- .../firefox/profile/chrome/userContent.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.mozilla/firefox/profile/chrome/userContent.css b/.mozilla/firefox/profile/chrome/userContent.css index 2eeff72..d05c91c 100644 --- a/.mozilla/firefox/profile/chrome/userContent.css +++ b/.mozilla/firefox/profile/chrome/userContent.css @@ -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; + } }