TinyMCE wpVIew: use CSS3 currentcolor
for the fake carets, see #28595.
git-svn-id: https://develop.svn.wordpress.org/trunk@29245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
50090763ba
commit
8c67be305d
@ -262,6 +262,7 @@ audio {
|
|||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
background-color: currentcolor;
|
||||||
-webkit-transition: opacity 0.15s ease-out;
|
-webkit-transition: opacity 0.15s ease-out;
|
||||||
-moz-transition: opacity 0.15s ease-out;
|
-moz-transition: opacity 0.15s ease-out;
|
||||||
transition: opacity 0.15s ease-out;
|
transition: opacity 0.15s ease-out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user