]> git.proxmox.com Git - sencha-touch.git/blame - src/examples/touchtomatoes/resources/sass/_menu.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / touchtomatoes / resources / sass / _menu.scss
CommitLineData
c4685c84
TL
1.x-menu {
2 background-color: #efefef;
3 @include st-box-shadow(inset -3px 0px 20px -10px black);
4 background-color: #efefef;
5 -webkit-box-shadow: inset -3px 0px 20px -10px black;
6 box-shadow: inset -3px 0px 20px -10px black;
7 padding:0px;
8
9 .x-button {
10 padding: 1em;
11 border: none;
12 padding-right: 1em;
13 border-radius: 0;
14 border-bottom: 1px solid rgba(0,0,0,.1);
15 text-align: right;
16 background-color: transparent;
17 margin:0px;
18
19 &.x-button-pressing {
20 background-color: #e1e1e1;
21 background-image: none;
22 }
23
24 .x-button-label {
25 line-height: 1.3em;
26 text-align: left;
27 font-weight: 300;
28 }
29 }
30}