9 lines
134 B
CSS
9 lines
134 B
CSS
|
|
/**
|
||
|
|
* Element styles for the editor
|
||
|
|
*/
|
||
|
|
.wp-element-button {
|
||
|
|
cursor: revert;
|
||
|
|
}
|
||
|
|
.wp-element-button[role=textbox] {
|
||
|
|
cursor: text;
|
||
|
|
}
|