Sha256: bec97fd56e227a92443e760c42ddb7ec049688f7a47de5ef6e21fd6306c3cf1e

Contents?: true

Size: 1.67 KB

Versions: 15

Compression:

Stored size: 1.67 KB

Contents

$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;

.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.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;
    }
  }

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
erp_app-3.0.16 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.15 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.14 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.13 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.12 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.10 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.9 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.8 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.7 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.6 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.5 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.4 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.3 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.2 public/stylesheets/sencha_touch/resources/sass/bb6.scss
erp_app-3.0.1 public/stylesheets/sencha_touch/resources/sass/bb6.scss