From b46cb1e45b273b818f6bb8aac8d22f78290ededd Mon Sep 17 00:00:00 2001 From: Krehan Tim Date: Fri, 26 Oct 2018 16:02:47 +0200 Subject: [PATCH] even more Style --- style/list.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style/list.css b/style/list.css index 0dc4f13..e522262 100644 --- a/style/list.css +++ b/style/list.css @@ -84,6 +84,15 @@ border-left: none; .checked { background-color: #4CAF50; } + +.list_row.even.checked { + border-left: 3px solid #565656; +} + +.list_row.odd.checked { + border-left: 3px solid #888; +} + #saved, #error { pointer-events: none; position: fixed;