mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
even more Style
This commit is contained in:
parent
97fb7cac60
commit
b46cb1e45b
1 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,15 @@ border-left: none;
|
||||||
.checked {
|
.checked {
|
||||||
background-color: #4CAF50;
|
background-color: #4CAF50;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list_row.even.checked {
|
||||||
|
border-left: 3px solid #565656;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list_row.odd.checked {
|
||||||
|
border-left: 3px solid #888;
|
||||||
|
}
|
||||||
|
|
||||||
#saved, #error {
|
#saved, #error {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue