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:
parent
c914491693
commit
f36f5c5cdc
@ -543,6 +543,7 @@ td.imgedit-settings input {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
color: #777;
|
color: #777;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu div:before {
|
.imgedit-menu div:before {
|
||||||
@ -562,6 +563,7 @@ td.imgedit-settings input {
|
|||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
filter: alpha(opacity=50);
|
filter: alpha(opacity=50);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-crop:before {
|
.imgedit-crop:before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user