]> git.proxmox.com Git - sencha-touch.git/blame - src/resources/themes/stylesheets/sencha-touch/bb10/src/_Toolbar.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / bb10 / src / _Toolbar.scss
CommitLineData
c4685c84
TL
1/**
2 * @class Ext.Toolbar
3 */
4
5.x-toolbar {
6 min-height: 44px;
7}
8
9.x-toolbar,
10.x-tabbar {
11 border-width: 0 !important;
12 height: 50px;
13}
14
15.x-toolbar-plain,
16.x-tabbar-plain {
17 background-color: #FFFFFF;
18}
19
20.x-toolbar-light,
21.x-tabbar-light {
22 @include background(radial-gradient(left top, circle farthest-side, color-stops(#0074BB, #0CA2D3)));
23}
24
25.x-toolbar-neutral,
26.x-tabbar-neutral {
27 @include background(linear-gradient(color-stops(#FAFAFA, #D5D5D5)));
28 .x-title {
29 color: #333333;
30 }
31}
32
33.x-toolbar-dark,
34.x-tabbar-dark {
35 @include background(linear-gradient(color-stops(#323232, #272727)));
36
37 .x-landscape &.x-docked-bottom, .x-bb-keyboard &.x-docked-bottom {
38 height: 50px;
39 }
40}
41
42.x-toolbar-neutral,
43.x-tabbar-neutral,
44.x-toolbar-plain,
45.x-tabbar-plain {
46 .x-button-icon:before {
47 color: #000;
48 }
49
50 .x-button-pressing,
51 .x-button-pressed {
52 .x-button-icon:before {
53 color: #fff;
54 }
55 }
56}
57
58.x-tabbar.x-docked-bottom,
59.x-toolbar.x-docked-bottom {
60 height: 66px;
61
62 .x-button-normal,
63 .x-button-normal:before {
64 border: 0 !important;
65 background: transparent none !important;
66 @include box-shadow(none);
67 }
68
69 .x-button-normal:before {
70 height: 2px !important;
71 }
72
73 .x-button.menu {
74 margin: 0;
75 border-right-style: solid;
76 border-right-width: 1px;
77 }
78}
79
80.x-title {
81 color: #fafafa;
82 font-size: 20px;
83 font-weight: normal;
84 letter-spacing: 1px;
85}
86
87.x-toolbar {
88 .x-field-focused .x-input-el {
89 @include border-radius(2px);
90 border: 2px solid $base-color;
91 }
92}