summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/css/editor-blocks.css')
-rw-r--r--themes/twentyfourteen/css/editor-blocks.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/themes/twentyfourteen/css/editor-blocks.css b/themes/twentyfourteen/css/editor-blocks.css
index e8fba395..079896cb 100644
--- a/themes/twentyfourteen/css/editor-blocks.css
+++ b/themes/twentyfourteen/css/editor-blocks.css
@@ -389,10 +389,6 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Buttons */
.wp-block-button .wp-block-button__link {
- background-color: #24890d;
- border: 0;
- border-radius: 2px;
- color: #fff;
font-size: 12px;
font-weight: 700;
padding: 10px 30px 11px;
@@ -400,6 +396,15 @@ p.has-drop-cap:not(:focus)::first-letter {
vertical-align: bottom;
}
+.wp-block-button__link {
+ background-color: #24890d;
+ color: #fff;
+}
+
+.is-style-outline .wp-block-button__link {
+ color: #24890d;
+}
+
.editor-block-list__block .wp-block-button .mce-content-body {
line-height: normal;
}