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:
parent
652abe51cc
commit
ae6460d730
@ -1684,7 +1684,7 @@ i.mce-i-wp_code:before {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-link-preview {
|
div.wp-link-preview {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
max-width: 694px;
|
max-width: 694px;
|
||||||
@ -1692,7 +1692,7 @@ i.mce-i-wp_code:before {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-link-preview a {
|
div.wp-link-preview a {
|
||||||
color: #0073aa;
|
color: #0073aa;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
-webkit-transition-property: border, background, color;
|
-webkit-transition-property: border, background, color;
|
||||||
@ -1705,7 +1705,7 @@ i.mce-i-wp_code:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and ( max-width: 782px ) {
|
@media screen and ( max-width: 782px ) {
|
||||||
.wp-link-preview {
|
div.wp-link-preview {
|
||||||
margin: 8px 0 8px 5px;
|
margin: 8px 0 8px 5px;
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
max-width: -webkit-calc(100% - 86px);
|
max-width: -webkit-calc(100% - 86px);
|
||||||
|
Loading…
Reference in New Issue
Block a user