From 5a27b86caa5eb074f5081d787511ba743f61e005 Mon Sep 17 00:00:00 2001 From: Prestasafe Date: Fri, 4 Aug 2023 09:19:49 +0200 Subject: [PATCH] update css for button only for toolbar --- _dev/public/iframe.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_dev/public/iframe.css b/_dev/public/iframe.css index 48e9a8ee..e35957e9 100644 --- a/_dev/public/iframe.css +++ b/_dev/public/iframe.css @@ -10,7 +10,7 @@ /* hn editor */ - button { + #toolbar button { border-radius: 8px; border: 1px solid transparent; padding: 0.6em 1.2em; @@ -21,11 +21,11 @@ cursor: pointer; transition: border-color 0.25s; } - button:hover { + #toolbar button:hover { border-color: #646cff; } - button:focus, - button:focus-visible { + #toolbar button:focus, + #toolbar button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } @@ -34,10 +34,10 @@ color: #213547; background-color: #ffffff; } - a:hover { + #toolbar a:hover { color: #747bff; } - button { + #toolbar button { background-color: #f9f9f9; } }