]> git.proxmox.com Git - sencha-touch.git/blame - src/resources/themes/stylesheets/sencha-touch/tizen/variations/light/src/_Toolbar.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / variations / light / src / _Toolbar.scss
CommitLineData
c4685c84
TL
1.x-toolbar {
2 background-color: $light-toolbar-background-color;
3 color: $light-toolbar-color;
4
5 .x-button {
6 border-color: $light-toolbar-button-border-color;
7 background-color: transparent;
8 background: none;
9 border-left-style: solid;
10 border-left-color: $light-toolbar-button-separator-color;
11
12 &.x-button-pressing {
13 .x-button-label {
14 color: $light-toolbar-button-label-pressing-color;
15 }
16
17 .x-button-icon {
18 &:before {
19 color: $light-toolbar-button-icon-pressing-color;
20 }
21 }
22 }
23
24 .x-button-icon {
25 &:before {
26 color: $light-toolbar-button-icon-color;
27 }
28 }
29 }
30}
31
32.x-title {
33 color: $light-title-color;
34}