From 64a4a5a48b9fa29db06cde9bf11817012cf6a022 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Oct 2023 14:47:41 +0200 Subject: [PATCH] handling InputControl button colors in editor --- resources/css/editor-style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 669b9f1..1e4d2e9 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -36,3 +36,8 @@ body { .homegrade-content-blocks-grey-box { /* max-width: 100% !important; */ } + +.components-dropdown .components-toolbar__control { + background-color: #e04d42; + color: white; +}