You are here

atom_reference.css in Scald: Media Management made easy 6

Provides some basic style to make the drag & drop more usable.

File

atom_reference/atom_reference.css
View source
  1. /**
  2. * @file
  3. * Provides some basic style to make the drag & drop more usable.
  4. */
  5. .atom_reference_drop_zone {
  6. border: #ccc 2px dashed;
  7. padding: 2px;
  8. }