X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=www%2Fstyle.css;h=bfd8bac24863146d11a480e282a3f4d9b0866a0c;hb=9b4dedb96250d89c0d8a818b41e2d3b4d940dac4;hp=96c3cdafc7879ea5bd6ca416e340f61be1fe2bbb;hpb=f181270af10ecded4b40d9ad3f838216835eb5f4;p=readifood.git diff --git a/www/style.css b/www/style.css index 96c3cda..bfd8bac 100644 --- a/www/style.css +++ b/www/style.css @@ -116,6 +116,7 @@ table.report > * > tr > td { border-radius: 0.5em; padding-bottom: 1em; background: #eeeeee; + opacity: 0.75; } span.sortdragging hr { @@ -132,3 +133,6 @@ span.sortdragging hr { position: absolute; } +.sortable .delivery:nth-of-type(odd) { + background-color: rgba(0, 80, 0, 20%); +}