Highlighting overdues in red, adding accesskey indicator to confirmation dialog
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 917d04f..76e48da 100644 (file)
@@ -213,6 +213,11 @@ tr.highlight td, td.highlight {
        background-color : #F3F3F3;
 }
 
+td.od {
+       color : #cc0000;
+       font-weight : bold;
+}
+
 tr.warn td {
        background-color: #FF9090;
 }
@@ -942,4 +947,8 @@ div.first fieldset {
  
  div.results {
        padding : .7em 0;
+ }
+ .accesskey {
+       text-decoration : underline;
  }
\ No newline at end of file