]> Pileus Git - ~andy/gtk/blob - tests/reftests/background-area.css
reftests: fix background-area reftest after the last commit
[~andy/gtk] / tests / reftests / background-area.css
1 * {
2   engine: none;
3   border-radius: 0;
4   border-style: none;
5   border-image: none;
6   background-image: none;
7 }
8
9 GtkWindow {
10   background-color: green;
11 }
12
13 GtkButton {
14   background-color: black;
15   border-style: solid;
16   border-color: rgba(255,0,0,0.6);
17   border-width: 4;
18 }
19
20 #reference {
21   border-color: rgb(153,102,0);
22 }
23