From fc56be94669fd1ae5ce5261f1c591d55297b476b Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 22:40:50 +0100 Subject: [PATCH] Add slight radius to document close button --- showbits-thermal-printer-ui/src/components/CSelector.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/showbits-thermal-printer-ui/src/components/CSelector.vue b/showbits-thermal-printer-ui/src/components/CSelector.vue index 918cd56..ded5dc5 100644 --- a/showbits-thermal-printer-ui/src/components/CSelector.vue +++ b/showbits-thermal-printer-ui/src/components/CSelector.vue @@ -49,10 +49,13 @@ const mode = ref< position: absolute; top: 0; right: 0; + + border: 2px solid black; + border-radius: 4px; + padding: 0 4px; + color: white; background-color: black; - border: 2px solid black; - padding: 0 4px; } .close:hover {