]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/cupertino/src/field/_Select.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / cupertino / src / field / _Select.scss
1 /**
2 * @class Ext.field.Select
3 */
4
5 .x-panel.x-select-overlay {
6 padding: 8px;
7 background-color: #fff;
8
9 > .x-panel-inner {
10 overflow: hidden;
11 }
12
13 .x-list {
14 background: transparent !important;
15 }
16 }