Fix typo in hex color code. props bananastalktome. fixes #20574.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ae297b910
commit
b1d8cfb1c6
|
@ -1457,7 +1457,7 @@ html[dir="rtl"] .wp-switch-editor {
|
|||
}
|
||||
|
||||
.wp-dialog {
|
||||
background-color: fff;
|
||||
background-color: #fff;
|
||||
-webkit-border-top-left-radius: 4px;
|
||||
-webkit-border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
|
|
Loading…
Reference in New Issue