Style the cursor in the image editor in the media modal.

props tomauger.
fixes #27392.


git-svn-id: https://develop.svn.wordpress.org/trunk@27577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-18 00:16:35 +00:00
parent c914491693
commit f36f5c5cdc
1 changed files with 2 additions and 0 deletions

View File

@ -543,6 +543,7 @@ td.imgedit-settings input {
text-align: center;
line-height: 28px;
color: #777;
cursor: pointer;
}
.imgedit-menu div:before {
@ -562,6 +563,7 @@ td.imgedit-settings input {
background-color: #ddd;
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
}
.imgedit-crop:before {