You are here

media_library.css in Media Library 6

/* Todo: copied over from drupalimage plugin, need to adapt */

.mceItemMediaLibrary {
  border: 1px dotted #cc0000;
  background-image: url('images/drupalimage.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffcc;
}

File

ml_tiny/css/media_library.css
View source
  1. /* Todo: copied over from drupalimage plugin, need to adapt */
  2. .mceItemMediaLibrary {
  3. border: 1px dotted #cc0000;
  4. background-image: url('images/drupalimage.gif');
  5. background-position: center;
  6. background-repeat: no-repeat;
  7. background-color: #ffffcc;
  8. }