Editor CSS: Add missing semicolons.
props cfoellmann. fixes #30487. git-svn-id: https://develop.svn.wordpress.org/trunk@30550 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7c8c493a9c
commit
c6222d9d78
@ -158,8 +158,8 @@ div.mce-inline-toolbar-grp {
|
||||
border: 1px solid #aaa;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 )
|
||||
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 )
|
||||
-webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
|
||||
box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user