From 1229625f5634672b0abecb2d4c34ea880583d0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 25 Aug 2020 16:08:05 +0200 Subject: [PATCH] Add more styles to NoteList. --- src/components/NoteList.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/components/NoteList.vue b/src/components/NoteList.vue index 9c83b57..b20f047 100644 --- a/src/components/NoteList.vue +++ b/src/components/NoteList.vue @@ -83,4 +83,22 @@ textarea { padding: 5px; margin-bottom: 5px; } + +.selected { + border-style: dashed; + border-width: 1px; +} + +.noteid { + background-color: slateblue; + color: white; + border-radius: 5px; + margin-right: 5px; + margin-bottom: 2px; + padding: 1px 15px; + font-size: 0.7rem; + display: block; + width: 15px; + font-family: monospace; +}