]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/static/css/style.css
Pongo en color rojo, amarillo o verde a cada fila de las entregas dependiendo como...
[software/sercom.git] / sercom / static / css / style.css
index ad33b1706b6ddeb7c81aebaa0d350ccae5cd7cd0..4fbb2d020cbabbd8b526ace4866deed604f3da4e 100644 (file)
@@ -237,4 +237,26 @@ form.filter table td,form.filter th,form.filter tr {
 form.filter th {\r
     background: none;\r
     font-weight:bold;\r
-}\r
+}
+
+.list .exitosa {
+       background: #b9ffb9;
+}
+
+.list .noexitosa {
+       background: #ffdddd;
+}
+
+.list .entregaok {
+       background:green;
+}
+
+.list .entregamaso {
+       background:yellow;
+}
+
+.list .entregamal {
+       background:red;
+}
+
+