mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-10 13:58:41 +00:00
20 lines
725 B
Diff
20 lines
725 B
Diff
diff --git a/toolkit/themes/shared/menulist-shared.css b/toolkit/themes/shared/menulist-shared.css
|
|
index fa7e68c7b71b28c6dc1b2f67a9868f9ad4090034..9d082381e2d491d63647f8047a748354918686fe 100644
|
|
--- a/toolkit/themes/shared/menulist-shared.css
|
|
+++ b/toolkit/themes/shared/menulist-shared.css
|
|
@@ -14,12 +14,13 @@
|
|
|
|
:host(:not([native])) {
|
|
appearance: none;
|
|
- background-color: var(--button-bgcolor, ButtonFace);
|
|
+ background-color: var(--zen-colors-tertiary, ButtonFace);
|
|
color: var(--button-color, ButtonText);
|
|
border-radius: 4px;
|
|
padding-block: 4px;
|
|
padding-inline: 12px 8px;
|
|
margin: 5px 2px 3px;
|
|
+ border: 1px solid var(--input-border-color, ThreeDShadow);
|
|
}
|
|
|
|
:host(:not([native])[size="medium"]) {
|