even more Style

This commit is contained in:
Krehan Tim 2018-10-26 16:02:47 +02:00
parent 97fb7cac60
commit b46cb1e45b

View file

@ -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;