Last fix for GTK+3.5
This commit is contained in:
parent
cc2f0be27d
commit
6eb8806b9c
@ -861,8 +861,9 @@ GtkIconView.view.cell:selected:focused {
|
||||
/*********
|
||||
* image *
|
||||
*********/
|
||||
GtkImage {
|
||||
background-color: @transparent;
|
||||
GtkImage,
|
||||
GtkImage:insensitive {
|
||||
background-color: @transparent;
|
||||
}
|
||||
|
||||
/***********
|
||||
@ -940,6 +941,14 @@ GtkImage {
|
||||
-unico-inner-stroke-width: 1px;
|
||||
}
|
||||
|
||||
/*********
|
||||
* label *
|
||||
*********/
|
||||
GtkLabel,
|
||||
GtkLabel:insensitive {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/********
|
||||
* menu *
|
||||
********/
|
||||
|
Loading…
x
Reference in New Issue
Block a user