ProjectPicker: unbenutzte Variable last_unverified_dummy entfernt
[kivitendo-erp.git] / css / common.css
index fe764b8..34f1b8d 100644 (file)
@@ -16,6 +16,7 @@
 .position-relative { position: relative }
 .position-absolute { position: absolute }
 
+.hidden { display: none; }
 
 /* media stuff */
 @media screen {   .noscreen { display: none } }
@@ -72,3 +73,6 @@ input.grow_on_focus:focus { width: 150px }
 #dunning_invoice_list .direct_debit a {
   color: #aaa;
 }
+/* orderitems */
+.shipped     { color: green }
+.not_shipped { color: red   }