From bc7905a509153d2d7ca17d05a20ed200c96f8f93 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sun, 6 Feb 2022 02:05:45 -0500 Subject: [PATCH] tweak active device highlight --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index ce3115d..3683b88 100644 --- a/src/index.css +++ b/src/index.css @@ -189,11 +189,12 @@ a { right: 15px; top: 8px; height: 20px; + padding: inherit; } .device-wrapper { box-sizing: border-box; - border-top: rgba(0, 0, 0, 0) 2px solid; - border-bottom: rgba(0, 0, 0, 0) 2px solid; + border: black 1px solid; + padding: 2px; } .draw-area { height: 100%; @@ -203,9 +204,8 @@ a { border: 0; } .active-device-outline { - outline: #fdea08 2px solid; - border-top: #fdea08 2px solid; - border-bottom: #fdea08 2px solid; + padding: 0px; + border: #fdea08 3px solid; } input {