From 5a4877a141f6fd72e615c1a06d3a70ea1213a0bb Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Tue, 13 May 2025 13:37:36 +0200 Subject: [PATCH] chore: Minor changes before merge of haptic feedback, b=(no-bug), c=workspaces --- src/zen/workspaces/zen-gradient-generator.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/zen/workspaces/zen-gradient-generator.css b/src/zen/workspaces/zen-gradient-generator.css index 7d874815..90c22c28 100644 --- a/src/zen/workspaces/zen-gradient-generator.css +++ b/src/zen/workspaces/zen-gradient-generator.css @@ -180,7 +180,7 @@ } &::-moz-range-track { - background: var(--zen-colors-border); + background: light-dark(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0.3)); border-radius: 999px; height: 6px; } @@ -225,9 +225,9 @@ transform: translate(-50%, -50%); &:first-of-type { - width: 30px; - height: 30px; - border-width: 3px; + width: 36px; + height: 36px; + border-width: 4px; z-index: 2; transition: transform 0.1s; &:hover { @@ -264,7 +264,7 @@ transform: translateX(-50%); & .separator, & #PanelUI-zen-gradient-generator-color-toggle-algo { - background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.5)); + background: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.15)); } & button {