]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/base/src/_Map.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / base / src / _Map.scss
1 /**
2 * @class Ext.Map
3 */
4
5 .x-map {
6 background-color: #edeae2;
7
8 * {
9 -webkit-box-sizing: content-box;
10 box-sizing: content-box;
11 }
12 }
13
14 .x-mask-map {
15 background: transparent !important;
16 }
17
18 .x-map-container {
19 position: absolute !important;
20 top: 0;
21 left: 0;
22 right: 0;
23 bottom: 0;
24 }