bugfix : avoid white on white dialog
authorPaul POULAIN <paul.poulain@biblibre.com>
Tue, 19 Feb 2008 17:55:21 +0000 (06:55 +1300)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 20 Feb 2008 02:27:35 +0000 (20:27 -0600)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 48b1ef4..b4ac3e3 100644 (file)
@@ -985,11 +985,13 @@ div.first fieldset {
 
 .dialog input.save {
        background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
+       color:black;
        padding: .4em .4em .4em 34px;
 }
  
 .dialog input.edit {
        background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
+       color:black;
        padding: .4em .4em .4em 34px;
 }