git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
9 lines
No EOL
134 B
CSS
9 lines
No EOL
134 B
CSS
/**
|
|
* Element styles for the editor
|
|
*/
|
|
.wp-element-button {
|
|
cursor: revert;
|
|
}
|
|
.wp-element-button[role=textbox] {
|
|
cursor: text;
|
|
} |