git://git.iain.cx/iain
/
readifood.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0cd86
)
Highlight deliveries.
author
Iain Patterson
<me@iain.cx>
Mon, 31 Oct 2022 13:37:57 +0000
(09:37 -0400)
committer
Iain Patterson
<me@iain.cx>
Thu, 3 Nov 2022 09:16:01 +0000
(
05:16
-0400)
www/style.css
patch
|
blob
|
history
diff --git
a/www/style.css
b/www/style.css
index
bda32bf
..
bfd8bac
100644
(file)
--- a/
www/style.css
+++ b/
www/style.css
@@
-133,3
+133,6
@@
span.sortdragging hr {
position: absolute;
}
+.sortable .delivery:nth-of-type(odd) {
+ background-color: rgba(0, 80, 0, 20%);
+}