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;