From 0a3dfbeb10565973f4a4235ff08867763c3dab24 Mon Sep 17 00:00:00 2001 From: alfrix Date: Thu, 3 Aug 2023 13:07:56 -0300 Subject: [PATCH] style: reduce the opacity of disabled buttons (better feedback) --- styles/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/base.css b/styles/base.css index 2fe6f070..b00539a2 100644 --- a/styles/base.css +++ b/styles/base.css @@ -7,6 +7,10 @@ border: 0; } +button:disabled { + opacity: .2; +} + window { background-color: #13181C; -gtk-icon-shadow: none;