From 88a72944f6ba0c2fc9fef1d357e173bf4ecc6b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Wed, 5 Aug 2020 15:41:57 +0200 Subject: [PATCH] =?UTF-8?q?knapper:=20ramme=20med=20samme=20farge=20som=20?= =?UTF-8?q?bakgrunnen=20for=20=C3=A5=20unng=C3=A5=20forskyvinger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index c873201d..b4651a55 100644 --- a/src/App.vue +++ b/src/App.vue @@ -276,6 +276,7 @@ input[type=radio]:checked + label { label { margin: 4px 4px 4px 8px; + border: solid 1px #FDF4F5; border-radius: 4px; padding: 2px 8px 2px 8px; background-color: #DDDDDD -- GitLab