Remove *:active styling
parent
0442492b1e
commit
1642cf5f7d
|
@ -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 *
|
||||
***********/
|
||||
|
|
Loading…
Reference in New Issue