From 05027bdfe7a5999dd49ee5d7eca647f946219d70 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 26 Oct 2023 09:53:31 +0200 Subject: [PATCH] fix display problem with thumbnails modify and delete buttons --- resources/css/admin-style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 819039c..cbc8aed 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -55,3 +55,12 @@ } } } + +.editor-post-featured-image__action { + background-color: #e04d42; + color: white; + &:hover { + color: #e04d42; + background-color: white; + } +}