gtk/tests/reftests/entry-progress-coloring.css
Benjamin Otte dda83e2f98 reftests: Unset background-image in CSS of test
Otherwise the test screws up when it's set
2011-05-18 22:17:56 +02:00

24 lines
354 B
CSS

* {
-GtkWidget-interior-focus: false;
-GtkWidget-focus-line-width: 10;
padding: 0;
engine: none;
font: Monospace;
}
GtkEntry #padded {
-GtkWidget-interior-focus: true;
padding: 10;
}
.progressbar {
background-color: rgba(0,0,0,0);
background-image: none;
border-color: rgba(0,0,0,0);
color: red;
}
#reference {
color: red;
}