diff --git a/src/component.css b/src/component.css index e74efea..8c7c1d1 100644 --- a/src/component.css +++ b/src/component.css @@ -75,15 +75,20 @@ .wpedit .clearButton { position: absolute; - top: -1; - right: -1; - background-color: transparent; + top: 0px; + right: 0px; + background-color: #eeeeee; min-width: 0; - color: #0473e0; + color: white; font-weight: bold; - border: none; margin: 0; - padding: 5px 5px 10px 10px; + padding: 10px; + border: none; +} + +.wpedit .clearButton:hover { + background-color: lightcoral; + color: black; } .wpedit .clearButton.running {