]> Pileus Git - ~andy/gtk/blob - tests/reftests/border-style-none.css
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / reftests / border-style-none.css
1 * {
2   border-color: red;
3   border-image: none;
4   background-image: none;
5 }
6
7 GtkButton {
8   background-color: purple;
9   border-style: none;
10   border-width: 5px;
11   border-radius: 15px;
12 }
13
14 #reference {
15   border-style: solid;
16   border-width: 0;
17   border-radius: 15px;
18 }
19