You are here

img_assist.css in Image Assist 6.2

Same filename in this branch
  1. 6.2 img_assist.css
  2. 6.2 drupalimage/css/img_assist.css
Same filename and directory in other branches
  1. 5.2 drupalimage/css/img_assist.css
.mceItemDrupalImage {
  border: 1px dotted #cc0000;
  background-image: url('../images/drupalimage.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffcc;
}

File

drupalimage/css/img_assist.css
View source
  1. .mceItemDrupalImage {
  2. border: 1px dotted #cc0000;
  3. background-image: url('../images/drupalimage.gif');
  4. background-position: center;
  5. background-repeat: no-repeat;
  6. background-color: #ffffcc;
  7. }