Quick Draft: Use text cursor for description label.

fixes #27766.

git-svn-id: https://develop.svn.wordpress.org/trunk@28234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-05-01 13:12:01 +00:00
parent 790cb99b27
commit ed52ae7a3f

View File

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