mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
fix: add !important to appearance property in ctrlTab.css for better styling control
This commit is contained in:
13
src/browser/themes/shared/tabbrowser/ctrlTab-css.patch
Normal file
13
src/browser/themes/shared/tabbrowser/ctrlTab-css.patch
Normal 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;
|
Reference in New Issue
Block a user