mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Remove *:active styling
This commit is contained in:
+11
-22
@@ -63,10 +63,6 @@
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
*:active {
|
||||
background-color: shade(@theme_bg_color, 0.85);
|
||||
}
|
||||
|
||||
*:insensitive,
|
||||
*:insensitive:insensitive {
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||
@@ -106,6 +102,17 @@
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GtkImage,
|
||||
GtkImage:insensitive,
|
||||
GtkLabel,
|
||||
GtkLabel:insensitive,
|
||||
GtkBox,
|
||||
GtkBox:insensitive,
|
||||
GtkGrid,
|
||||
GtkGrid:insensitive {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/******************
|
||||
* visual effects *
|
||||
******************/
|
||||
@@ -551,24 +558,6 @@ GtkIconView.view.cell:selected:focus {
|
||||
background-color: alpha(@theme_selected_bg_color, 0.3);
|
||||
}
|
||||
|
||||
/*********
|
||||
* image *
|
||||
*********/
|
||||
GtkImage,
|
||||
GtkImage:active,
|
||||
GtkImage:insensitive {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*********
|
||||
* label *
|
||||
*********/
|
||||
GtkLabel,
|
||||
GtkLabel:active,
|
||||
GtkLabel:insensitive {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/***********
|
||||
* infobar *
|
||||
***********/
|
||||
|
||||
Reference in New Issue
Block a user