[title] prevent user select to this webapp by adding -webkit-user-select
[samples/web/DeviceMotionCapture.git] / css / style.css
1 html, body {
2     overflow: hidden;
3     height: 99%;
4     -webkit-user-select: none;
5 }
6
7 h1 {
8     font-size: 1.4em;
9     color: #6587ac;
10     margin: 0 10px 20px;
11 }
12
13 #circle {
14     position: absolute;
15     right: 0;
16     bottom: 0;
17     width: 80px;
18     height: 80px;
19     border-radius: 80px;
20     background: #3366cc;
21     color: #fff;
22     text-align: center;
23     line-height: 80px;
24     z-index: 99;
25 }