diff options
| author | bh <qn+git@excalibur.computer> | 2026-05-02 15:18:20 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-05-02 15:18:20 +0800 |
| commit | 4b11d0efd42e629f8cea706aca986f626fd5e938 (patch) | |
| tree | a7e50498f13b1992d6d4f6acf677e7ca6a136d84 /userChrome.css | |
| parent | b79423cd2bcf49ebbf93f548d27129b222f5cc1a (diff) | |
Remove TST config
Diffstat (limited to 'userChrome.css')
| -rw-r--r-- | userChrome.css | 28 |
1 files changed, 0 insertions, 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 ═══════════════════════════════════════════════════════════════════ */ |