View difference between Paste ID: MimNAAtu and tJvp6bjw
SHOW: | | - or go back to the newest paste.
1
.arrow {
2
	width: 70px !important;
3
	height: 36px !important;
4
	background-size: cover;
5
	background-position: 0 0;
6
}
7
8-
.midcol.unvoted, .midcol.dislikes > .arrow.up {
8+
.midcol.unvoted > .arrow.up, .midcol.dislikes > .arrow.up {
9
	background-image: url(%%greyaccept%%);
10
}
11
12
.midcol.likes > .arrow.up {
13
	background-image: url(%%coloraccept%%);
14
}
15
16-
.midcol.unvoted, .midcol.likes > .arrow.down {
16+
.midcol.unvoted > .arrow.down, .midcol.likes > .arrow.down {
17
	background-image: url(%%greyreject%%);
18
}
19
20
.midcol.dislikes > .arrow.down {
21
	background-image: url(%%colorreject%%);
22
}