X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/f935c9c5ca9f917b57439405aee04e777ddbcb79..7b1a546cf211f419053f417a509de6add0cd5875:/sercom/static/css/style.css?ds=sidebyside diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index ad33b17..4fbb2d0 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -237,4 +237,26 @@ form.filter table td,form.filter th,form.filter tr { form.filter th { background: none; font-weight:bold; -} +} + +.list .exitosa { + background: #b9ffb9; +} + +.list .noexitosa { + background: #ffdddd; +} + +.list .entregaok { + background:green; +} + +.list .entregamaso { + background:yellow; +} + +.list .entregamal { + background:red; +} + +