Sha256: bb1a64091f7e3d84ca6235f7db6a028dd83dca504f2ae9385eb4bf36e7089c5f

Contents?: true

Size: 1.65 KB

Versions: 6

Compression:

Stored size: 1.65 KB

Contents

.active-scaffold-header div.actions div.action_group div {
  background-image: image-url('active_scaffold/gears.png'); /* default icon for actions or override with css */
}

.active-scaffold-header div.actions a.show_config_list {
  background-image: image-url('active_scaffold/config.png');
}

.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing {
background-image: image-url('active_scaffold/add.png');
}

.active-scaffold-header div.actions a.show_search {
background-image: image-url('active_scaffold/magnifier.png');
}

.active-scaffold th.asc a {
background-image: image-url('active_scaffold/arrow_up.png');
}

.active-scaffold th.desc a {
background-image: image-url('active_scaffold/arrow_down.png');
}


.active-scaffold .draggable-lists-container .check-buttons {
  .check-all, .uncheck-all {
    background-image: image-url('active_scaffold/fast-arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    text-indent: 20px;
    overflow: hidden;
    white-space: nowrap;
  }
  .uncheck-all {
    background-image: image-url('active_scaffold/fast-arrow-left.svg');
  }
}

.active-scaffold th.loading a {
background-image: image-url('active_scaffold/indicator-small.gif');
}

.active-scaffold a.inline-adapter-close {
background-image: image-url('active_scaffold/close.png');
}

.active-scaffold .sub-form .association-record a.destroy {
background-image: image-url('active_scaffold/cross.png');
}

.as_touch a.inline-adapter-close {
background-image: image-url('active_scaffold/close_touch.png');
}
.active-scaffold .refresh-link {
background-image: image-url('active_scaffold/refresh.png');
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_scaffold-4.0.0 app/assets/stylesheets/active_scaffold_images.scss
active_scaffold-4.0.0.rc3 app/assets/stylesheets/active_scaffold_images.scss
active_scaffold-3.7.11 app/assets/stylesheets/active_scaffold_images.scss
active_scaffold-4.0.0.rc2 app/assets/stylesheets/active_scaffold_images.scss
active_scaffold-3.7.10 app/assets/stylesheets/active_scaffold_images.scss
active_scaffold-4.0.0.rc1 app/assets/stylesheets/active_scaffold_images.scss