aboutsummaryrefslogtreecommitdiffstats
path: root/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/novamap.css
blob: 7bbf4bf5da2129a1ce5e1419dd49be7276007e40 (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
@CHARSET "ISO-8859-1";

.buttondefault {
	background: lightgrey;
	border-left: 2px lightgrey solid;
	border-top: 2px lightgrey solid;
	border-right: 2px gray solid;
	border-bottom: 2px gray solid;
}

.buttonover {
	cursor: hand;
	background: #F0F8FF;	
}

.buttonout {
	background: lightgrey;
}

.buttonclick {
	border-left: 2px gray solid;
	border-top: 2px gray solid;
	border-right: 2px white solid;
	border-bottom: 2px white solid;
}