aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-13 19:46:33 +0100
committerAutumn <git@autumnfo.rest>2026-05-13 19:46:33 +0100
commitfa9da0313b78e6f8d710f62f9bb02c73fd827bb7 (patch)
treee3eb18ad7b16ffba33194b58c3ac3ecd1be56660
parent15fce5ad989ad1f4cb46eec7f5ffa6e5a564d372 (diff)
[css] removed tab close button
-rw-r--r--css/userChrome.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/userChrome.css b/css/userChrome.css
index 64c5fc5..f431afa 100644
--- a/css/userChrome.css
+++ b/css/userChrome.css
@@ -77,6 +77,11 @@ tab {
}
}
}
+
+ /* close button */
+ .tab-content .tab-close-button {
+ display: none !important;
+ }
}
/*