fix: add !important to appearance property in ctrlTab.css for better styling control

This commit is contained in:
mr. m
2025-04-03 21:41:00 +02:00
parent 97cbd76e8e
commit 2ce89bf24b

View File

@@ -0,0 +1,13 @@
diff --git a/browser/themes/shared/tabbrowser/ctrlTab.css b/browser/themes/shared/tabbrowser/ctrlTab.css
index 645467864db4a73b7addf3a57fa892beaf9a9614..ad2802872bd0c19ba402d9b9e1b56272ea14818c 100644
--- a/browser/themes/shared/tabbrowser/ctrlTab.css
+++ b/browser/themes/shared/tabbrowser/ctrlTab.css
@@ -7,7 +7,7 @@
/* Ctrl-Tab */
#ctrlTab-panel {
- appearance: none;
+ appearance: none !important;
--panel-background: hsla(0,0%,40%,.85);
--panel-color: white;
--panel-border-color: transparent;