2016-04-17 19:32:37 +02:00
|
|
|
.bg-texture {
|
|
|
|
box-shadow:inset 4px 4px 10px rgba(0,0,0,0.3);
|
|
|
|
background-image:url('noise-texture.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-bg {
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-border {
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
iconview.view:selected,
|
|
|
|
iconview.view:selected:focus,
|
|
|
|
GtkIconView.cell:selected,
|
|
|
|
GtkIconView.cell:selected:focus {
|
|
|
|
background-color:@theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
iconview.view:hover {
|
|
|
|
-gtk-icon-effect:highlight;
|
|
|
|
}
|
2016-06-11 12:25:27 +02:00
|
|
|
|
|
|
|
actionbar {
|
|
|
|
background-color:@theme_unfocused_bg_color;
|
|
|
|
}
|