Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

9 lines
134 B
CSS

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