3.0 source code
This commit is contained in:
68
OfficeWeb/vendor/touch/resources/sass/bb6.scss
vendored
Normal file
68
OfficeWeb/vendor/touch/resources/sass/bb6.scss
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
$include-highlights: false;
|
||||
$include-border-radius: false;
|
||||
|
||||
// Let's start with the basics
|
||||
$base-color: #393F45;
|
||||
$active-color: #06f;
|
||||
$base-gradient: 'none';
|
||||
|
||||
// Lists
|
||||
$list_pressed_color: #09f;
|
||||
$list_bg_color: #111;
|
||||
$list_color: #eee;
|
||||
$list_header_bg_color: #aaa;
|
||||
$basic-slider: true;
|
||||
|
||||
@import 'sencha-touch/default/all';
|
||||
|
||||
@include sencha-panel;
|
||||
@include sencha-buttons;
|
||||
@include sencha-sheet;
|
||||
@include sencha-picker;
|
||||
@include sencha-tabs;
|
||||
@include sencha-toolbar;
|
||||
@include sencha-toolbar-forms;
|
||||
@include sencha-carousel;
|
||||
@include sencha-indexbar;
|
||||
@include sencha-list;
|
||||
@include sencha-list-paging;
|
||||
@include sencha-list-pullrefresh;
|
||||
@include sencha-layout;
|
||||
@include sencha-form;
|
||||
@include sencha-msgbox;
|
||||
@include sencha-loading-spinner;
|
||||
@include sencha-draw;
|
||||
@include sencha-charts;
|
||||
|
||||
.x-indexbar-item {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.x-scrollbar-dark {
|
||||
background-color: rgba(255, 255, 255, .6);
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
//fixing back/forward buttons in BB.
|
||||
$shadow-width: .065em; // Space between tip and its shadow
|
||||
$overlap-width: .2em; // how far the mask is clipped
|
||||
|
||||
$mask-height: $button-height;
|
||||
$mask-width: $mask-height/2.5;
|
||||
$mask-offset: $button-radius - $overlap-width - $button-stroke-weight + $shadow-width - .22em;
|
||||
|
||||
.x-button-forward, .x-button-back {
|
||||
&:before, &:after {
|
||||
@include insertion($mask-width, $mask-height, -$button-stroke-weight, auto);
|
||||
z-index: 2;
|
||||
-webkit-mask: $mask-offset 0 theme_image($theme-name, "tip_left.png") no-repeat;
|
||||
-webkit-mask-size: $mask-width $mask-height;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.x-button-forward, .x-toolbar .x-button-forward {
|
||||
&:before, &:after {
|
||||
-webkit-mask: -$mask-offset 0 theme_image($theme-name, "tip_right.png") no-repeat;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user