You are here

drupalimage.css in Image Assist 5

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

File

drupalimage/drupalimage.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. }