summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/HMI/css/ffw.css
blob: caa8d49ec0dd7d9229b40c45d79223bab063fecd (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
#debug_view {
	z-index: 20000;
	pointer-events: none;
	color: #0F0;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	background-color: #000;
	opacity: .8;
}

/* Button component */
.ffw-button {
	cursor: pointer;
	background: url(../images/common/button.png) repeat-x;
}

.ffw-button.large {
	background: url(../images/common/button_large.png) repeat-x;
}

.ffw-button.small {
	background: url(../images/common/button_small.png) repeat-x;
}

.ffw-button.pressed {
	background-position: bottom;
}