TinyMCE, inline link toolbar: add a bit more specificity to the selectors in editor.css to fix overriding in IE < 10.

See #32604.

git-svn-id: https://develop.svn.wordpress.org/trunk@33372 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-07-22 23:04:10 +00:00
parent 652abe51cc
commit ae6460d730
1 changed files with 3 additions and 3 deletions

View File

@ -1684,7 +1684,7 @@ i.mce-i-wp_code:before {
}
}
.wp-link-preview {
div.wp-link-preview {
float: left;
margin: 5px;
max-width: 694px;
@ -1692,7 +1692,7 @@ i.mce-i-wp_code:before {
text-overflow: ellipsis;
}
.wp-link-preview a {
div.wp-link-preview a {
color: #0073aa;
text-decoration: underline;
-webkit-transition-property: border, background, color;
@ -1705,7 +1705,7 @@ i.mce-i-wp_code:before {
}
@media screen and ( max-width: 782px ) {
.wp-link-preview {
div.wp-link-preview {
margin: 8px 0 8px 5px;
max-width: 70%;
max-width: -webkit-calc(100% - 86px);