Quick Draft: Use text cursor for description label.

fixes #27766.
Built from https://develop.svn.wordpress.org/trunk@28234


git-svn-id: http://core.svn.wordpress.org/trunk@28062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-05-01 13:12:16 +00:00
parent ba0168819c
commit a0086bd102
4 changed files with 6 additions and 4 deletions

View File

@ -889,7 +889,8 @@ h3:hover .edit-box {
/* QuickDraft */
#title-wrap label {
#title-wrap label,
#description-wrap label {
cursor: text;
}

View File

@ -889,7 +889,8 @@ h3:hover .edit-box {
/* QuickDraft */
#title-wrap label {
#title-wrap label,
#description-wrap label {
cursor: text;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long