Last fix for GTK+3.5

ubuntu/bionic
Julien Lavergne 12 years ago
parent cc2f0be27d
commit 6eb8806b9c

@ -861,8 +861,9 @@ GtkIconView.view.cell:selected:focused {
/********* /*********
* image * * image *
*********/ *********/
GtkImage { GtkImage,
background-color: @transparent; GtkImage:insensitive {
background-color: @transparent;
} }
/*********** /***********
@ -940,6 +941,14 @@ GtkImage {
-unico-inner-stroke-width: 1px; -unico-inner-stroke-width: 1px;
} }
/*********
* label *
*********/
GtkLabel,
GtkLabel:insensitive {
background-color: transparent;
}
/******** /********
* menu * * menu *
********/ ********/

Loading…
Cancel
Save