diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-13 19:46:33 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-13 19:46:33 +0100 |
| commit | fa9da0313b78e6f8d710f62f9bb02c73fd827bb7 (patch) | |
| tree | e3eb18ad7b16ffba33194b58c3ac3ecd1be56660 | |
| parent | 15fce5ad989ad1f4cb46eec7f5ffa6e5a564d372 (diff) | |
[css] removed tab close button
| -rw-r--r-- | css/userChrome.css | 5 |
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; + } } /* |
