summaryrefslogtreecommitdiff
path: root/testsuite/reftests/icon-vfuncs.css
blob: 624ba6b9a7d8367ed252244598df2fc774e01c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "reset-to-defaults.css";

* {
  color: lime;
  -gtk-icon-source: url("green-20x20.png");
  min-width: 16px;
  min-height: 16px;
  font-size: 20px;
}

image {
  background: lime;
}