Sha256: 4a3cb65a3a0f8a45ca47e338249274e7a5229d279493e02d95f09aef4def5caf

Contents?: true

Size: 1.96 KB

Versions: 11

Compression:

Stored size: 1.96 KB

Contents

// Make the url images work with the Rails assets pipeline 

.ui-widget-content {
  background: #eeeeee asset-url("jQueryUI/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% 
}

.ui-widget-header {
  background: #f6a828 asset-url("jQueryUI/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
}

.ui-widget-header .ui-state-default {
  background: #f6f6f6 asset-url("jQueryUI/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
}

.ui-widget-header .ui-state-focus {
  background: #fdf5ce asset-url("jQueryUI/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
}

.ui-widget-header .ui-state-active {
  background: #ffffff asset-url("jQueryUI/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}

.ui-widget-header .ui-state-highlight {
  background: #ffe45c asset-url("jQueryUI/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
}

.ui-widget-header .ui-state-error {
  background: #b81900 asset-url("jQueryUI/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: asset-url("jQueryUI/ui-icons_ffd27a_256x240.png");
}

.ui-widget-overlay {
  background: #666666 asset-url("jQueryUI/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
}
.ui-widget-shadow {
  background: #000000 asset-url("jQueryUI/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-2.0.2.1 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.2 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.9.1 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.9 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.8 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.7 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.6 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.5 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.4 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.3 app/assets/stylesheets/custom/_custom_jQueryUI.scss
waterfall_bourbon_neat_rails-2.0.1.2 app/assets/stylesheets/custom/_custom_jQueryUI.scss