caa8d49ec0dd7d9229b40c45d79223bab063fecd
[profile/ivi/sdk/web-sample-build.git] / samples / web / Sample / Tizen / Web App / Modello_SDL / project / css / ffw.css
1 #debug_view {
2         z-index: 20000;
3         pointer-events: none;
4         color: #0F0;
5         font-weight: bold;
6         padding: 5px;
7         margin: 5px;
8         background-color: #000;
9         opacity: .8;
10 }
11
12 /* Button component */
13 .ffw-button {
14         cursor: pointer;
15         background: url(../images/common/button.png) repeat-x;
16 }
17
18 .ffw-button.large {
19         background: url(../images/common/button_large.png) repeat-x;
20 }
21
22 .ffw-button.small {
23         background: url(../images/common/button_small.png) repeat-x;
24 }
25
26 .ffw-button.pressed {
27         background-position: bottom;
28 }