]> Pileus Git - ~andy/gtk/blob - tests/reftests/border-color-default.css
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / reftests / border-color-default.css
1 * {
2   border-image: none;
3   border-style: solid;
4   border-width: 5px;
5 }
6
7 GtkButton {
8   /* using a nonexistant color because that will lead to the default value */
9   border-color: @doesnotexist;
10   color: purple;
11 }
12
13 #reference {
14   border-color: purple;
15   color: purple;
16 }
17