You are here

scald_gallery.css in Scald: Gallery 7

Same filename and directory in other branches
  1. 7.2 scald_gallery.css
.dnd-library-wrapper .editor-item .meta.type-gallery {
  background-image: url('icons/gallery.png');
}
.scald-menu .add-buttons .add-gallery {
  background: url('icons/gallery-large-inverted.png') 50% 50% no-repeat;
}
.scald-menu .add-buttons .add-gallery:hover {
  background-image: url('icons/gallery-large-color.png');
}

File

scald_gallery.css
View source
  1. .dnd-library-wrapper .editor-item .meta.type-gallery {
  2. background-image: url('icons/gallery.png');
  3. }
  4. .scald-menu .add-buttons .add-gallery {
  5. background: url('icons/gallery-large-inverted.png') 50% 50% no-repeat;
  6. }
  7. .scald-menu .add-buttons .add-gallery:hover {
  8. background-image: url('icons/gallery-large-color.png');
  9. }