From beb77a1bdb5e90807ce413baf17cb3627970e79d Mon Sep 17 00:00:00 2001 From: eudaimon Date: Fri, 1 Mar 2024 19:52:34 +0100 Subject: [PATCH] No, disabled element's pattern lines should be thin --- gtk-4.0/common/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk-4.0/common/common.css b/gtk-4.0/common/common.css index 7d388c9..d6ee136 100644 --- a/gtk-4.0/common/common.css +++ b/gtk-4.0/common/common.css @@ -37,12 +37,12 @@ check:disabled, radio:disabled, slider:disabled { background-image: linear-gradient(45deg, - alpha(currentColor, 0.3) 15%, - alpha(currentColor, 0.0) 15%, + alpha(currentColor, 0.3) 10%, + alpha(currentColor, 0.0) 10%, alpha(currentColor, 0.0) 50%, alpha(currentColor, 0.3) 50%, - alpha(currentColor, 0.3) 65%, - alpha(currentColor, 0.0) 65% ); + alpha(currentColor, 0.3) 60%, + alpha(currentColor, 0.0) 60% ); background-size: 0.6em 0.6em; background-repeat: repeat; background-position: center;