summaryrefslogtreecommitdiff
path: root/tests/reftests/background-area.css
blob: d6b4a096599d5f6ef8198609b681ded06e822d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* {
  engine: none;
  border-radius: 0;
  border-style: none;
  border-image: none;
  background-image: none;
}

GtkWindow {
  background-color: green;
}

GtkButton {
  background-color: black;
  border-style: solid;
  border-color: rgba(255,0,0,0.6);
  border-width: 4;
}

#reference {
  border-color: rgb(153,102,0);
}