From cdf8d127105a60c3c8d0598caef3ddafc9e5c11f Mon Sep 17 00:00:00 2001 From: alfrix Date: Sat, 9 Mar 2024 06:47:44 -0300 Subject: [PATCH] action bar buttons visibility tweak --- styles/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/base.css b/styles/base.css index 39c701a2..33c5b1aa 100644 --- a/styles/base.css +++ b/styles/base.css @@ -279,9 +279,8 @@ trough { margin: .5em .5em; } -.action_bar { - /* min-width: 4.5em; */ - /* min-height: 4.5em; */ +.action_bar :disabled{ + opacity: .6; } .title_bar {