Skip to content

Commit

Permalink
Remove border around Before, After and At End buttons when using IE a…
Browse files Browse the repository at this point in the history
…nd insert 3px margin-right.
  • Loading branch information
ronm123 committed Jul 26, 2015
1 parent a2cc358 commit c611dea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editor/css/complex.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@ span.button-close-east { background: url(../img/chevron-right_444444_15.png) n
cursor: pointer;
}

#insert_menu .insert_buttons button img {
/*border-style: none;
margin-right: 3px;*/
}

.preview_thumb {
width: 250px;
}
Expand Down

0 comments on commit c611dea

Please sign in to comment.