Skip to content

Commit

Permalink
Merge pull request #126 from WordPress/single-tinymce-instance
Browse files Browse the repository at this point in the history
tinymce-single: use same border style as main prototype
  • Loading branch information
ellatrix committed Feb 23, 2017
2 parents fec4752 + 6de5b49 commit 0319274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tinymce-single/tinymce/block.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#editor img[data-mce-selected] {
outline: none;
}

#editor img::selection {
background-color: transparent;
}

#editor *[data-mce-selected="block"] {
outline: 2px solid #87a6bc;
outline: 2px solid #e0e5e9;
outline-offset: 11px;
/*background-color: rgba( 135, 166, 188, 0.3 );
box-shadow: 0px 0px 0px 11px rgba( 135, 166, 188, 0.3 );
Expand Down

0 comments on commit 0319274

Please sign in to comment.