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:
parent
b0188044a2
commit
38e79fbfab
|
@ -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 {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue