summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts/ratings/default.css
blob: aa7913bfaad2c1cdc57688a526168c72c11a9de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TRatingList_default
{
	border-collapse: collapse;
}
.TRatingList_default input, .TRatingList_default label
{
	display: none;
}

.TRatingList_default td
{
	width: 18px;
	height: 18px;
	padding: 0;
}

.TRatingList_default td.rating
{
	background-image: url(default_combined.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 0px 0px;
}

.TRatingList_default td.rating_selected
{
	background-position: 0px -100px;
}

.TRatingList_default td.rating_disabled
{
	cursor: default !important;
}