TWB-theme: Fix disabled images

Works for dev and hidpi-icons.
This commit is contained in:
TooWaBoo 2019-03-16 16:15:41 +01:00 committed by GitHub
parent a09e319216
commit a331f9be9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {