From 6f4a997f7a1c77b693e6689f9e0b4d5cbf627859 Mon Sep 17 00:00:00 2001 From: zcake Date: Sun, 21 Feb 2021 11:38:19 +0800 Subject: [PATCH] make bottom line in tab viewable --- chrome/chrome.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/chrome/chrome.css b/chrome/chrome.css index b020437..89ff2e9 100644 --- a/chrome/chrome.css +++ b/chrome/chrome.css @@ -98,13 +98,10 @@ display:none; } #forward-button{ - list-style-image: url("right.svg") !important;; + list-style-image: url("right.svg") !important; } -.tab-bottom-line { - background: linear-gradient(to right, transparent 10%, var(--identity-tab-color) 10%, var(--identity-tab-color) 90%, transparent 90%); - height: 2px; - margin-bottom: 2px; - display: none !important;} + + .search-one-offs{display: none !important;} .tab-icon-sound{display:none !important;} #userContext-label,#userContext-icons,#userContext-indicator{display: none}