at path:
ROOT
/
wp-includes
/
blocks
/
button
/
editor.css
run:
R
W
Run
.htaccess
127 By
2026-05-27 01:21:48
R
W
Run
block.json
3.05 KB
2026-05-21 05:46:38
R
W
Run
Delete
Rename
editor-rtl.css
545 By
2026-05-21 05:46:38
R
W
Run
Delete
Rename
editor-rtl.min.css
444 By
2024-11-13 18:53:10
R
W
Run
Delete
Rename
editor.css
563 By
2026-05-21 05:46:38
R
W
Run
Delete
Rename
editor.min.css
444 By
2026-05-21 05:46:38
R
W
Run
Delete
Rename
style-rtl.css
2.46 KB
2026-05-21 05:46:38
R
W
Run
Delete
Rename
style-rtl.min.css
2.19 KB
2025-07-15 17:43:43
R
W
Run
Delete
Rename
style.css
2.48 KB
2026-05-21 05:46:38
R
W
Run
Delete
Rename
style.min.css
2.19 KB
2025-07-15 17:43:43
R
W
Run
Delete
Rename
error_log
up
📄
editor.css
Save
/** * Colors */ .wp-block[data-align=center] > .wp-block-button { text-align: center; margin-left: auto; margin-right: auto; } .wp-block[data-align=right] > .wp-block-button { /*!rtl:ignore*/ text-align: right; } .wp-block-button { position: relative; cursor: text; } .wp-block-button:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: -2px; } .wp-block-button[data-rich-text-placeholder]::after { opacity: 0.8; } div[data-type="core/button"] { display: table; }