mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Add support for prelight/dim effects on images
This commit is contained in:
@@ -88,6 +88,15 @@ GtkClutterOffscreen {
|
|||||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* apply effects to insensitive and prelit images */
|
||||||
|
*:insensitive {
|
||||||
|
-gtk-image-effect: dim;
|
||||||
|
}
|
||||||
|
|
||||||
|
*:hover {
|
||||||
|
-gtk-image-effect: highlight;
|
||||||
|
}
|
||||||
|
|
||||||
.gtkstyle-fallback {
|
.gtkstyle-fallback {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
|
|||||||
Reference in New Issue
Block a user