From 4b11d0efd42e629f8cea706aca986f626fd5e938 Mon Sep 17 00:00:00 2001 From: bh Date: Sat, 2 May 2026 15:18:20 +0800 Subject: Remove TST config --- userChrome.css | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/userChrome.css b/userChrome.css index 62c552d..0b2bffd 100644 --- a/userChrome.css +++ b/userChrome.css @@ -93,34 +93,6 @@ panelview, display: none !important; } - -/* ═══════════════════════════════════════════════════════════════════ - 🌳 TREE STYLE TABS CONFIGURATION - ═══════════════════════════════════════════════════════════════════ */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -/* Sidebar background when TST is open */ -#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] { - background: rgba(0, 54, 54, 0.3) !important; -} - -/* Sidebar content background when TST is active */ -#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar { - background-color: rgba(0, 54, 54, 0.3) !important; -} - -/* Sidebar overall background */ -#sidebar-box { - background-color: #003636 !important; -} - -/* Tree Style Tab tab background */ -treechildren::-moz-tree-row(odd), -treechildren::-moz-tree-row(even) { - background-color: #003636 !important; -} - /* ═══════════════════════════════════════════════════════════════════ URL SETTINGS ═══════════════════════════════════════════════════════════════════ */ -- cgit v1.2.3