summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/reservr/styles.css
blob: 569fcaf8c62281e834f278a804a540e2f7514b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
button.important-link {
	border: 0px;
	text-align: left;
	text-decoration: underline;
	background: none;
	font-weight: bold;
}
button.selected-link {
	border: 0px;
	text-align: left;
	text-decoration: underline;
	background: #183C6B;
	font-weight: bold;
	color: white;
}