]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/tizen/variations/light/src/tab/_Panel.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / variations / light / src / tab / _Panel.scss
1 .x-tabbar {
2 background: $light-tabbar-background-color;
3 }
4
5 .x-tab-pressed {
6 .x-button-label, .x-button-icon {
7 color: $light-tab-pressing-color;
8 }
9 }
10
11 .x-tab-active {
12 @include box-shadow(0px 7px 0px -3px $light-tab-active-bottom-border-color);
13 }
14
15 .x-tab {
16 background: transparent;
17 border-right: 1px solid $light-tab-border-color;
18 }
19