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

props tomauger.
fixes #27392.

Built from https://develop.svn.wordpress.org/trunk@27577


git-svn-id: http://core.svn.wordpress.org/trunk@27420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-18 00:17:15 +00:00
parent b0188044a2
commit 38e79fbfab
4 changed files with 6 additions and 2 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 {

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long