From a331f9be9fc3f90a2a0375f09bd46fd097788ed3 Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Sat, 16 Mar 2019 16:15:41 +0100 Subject: [PATCH] TWB-theme: Fix disabled images Works for dev and hidpi-icons. --- rtdata/themes/TooWaBlue-GTK3-20_.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index 172684452..a3214b45c 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -2,7 +2,7 @@ This file is part of RawTherapee. Copyright (c) 2016-2019 TooWaBoo - Version 3.04 + Version 3.05 RawTherapee is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -84,15 +84,13 @@ box-shadow: none; } -/*GTK+4 now supports a more versatile -gtk-icon-filter instead. Replace --gtk-icon-effect: dim; with -gtk-icon-filter: opacity(0.5); and --gtk-icon-effect: highlight; with -gtk-icon-filter: brightness(1.2);.*/ *:disabled { color: @fg-disabled; - -gtk-icon-effect: dim; + -gtk-icon-effect: none; } -*:hover { - -gtk-icon-effect: highlight; + +image:disabled { + opacity: .45; } #ToolPanelNotebook {