gtk/tests/reftests/entry-progress-coloring.css
Cosimo Cecchi 8317fed2b9 Revert "Remove the broken test for now"
Passes correctly again now.

This reverts commit addff95c97.
2012-02-21 12:25:06 +01:00

24 lines
360 B
CSS

@import "reset-to-defaults.css";
* {
-GtkWidget-interior-focus: false;
-GtkWidget-focus-line-width: 10;
font: Monospace;
}
GtkEntry #padded {
-GtkWidget-interior-focus: true;
padding: 10px;
}
.progressbar {
background-color: rgba(0,0,0,0);
background-image: none;
border-color: rgba(0,0,0,0);
color: red;
}
#reference {
color: red;
}