koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/include... [rel_2_2]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/include... [rel_2_2]
Date: Wed, 14 Jun 2006 21:09:20 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/06/14 21:09:20

Modified files:
        koha-tmpl/intranet-tmpl/default/en/includes: marc-editor.css 

Log message:
        Two new styles to comply with changes to addbiblio.pl script (input 
field onfocus color and onblur color)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-editor.css?cvsroot=koha&only_with_tag=rel_2_2&r1=1.5.2.2&r2=1.5.2.3

Patches:
Index: marc-editor.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-editor.css,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -b -r1.5.2.2 -r1.5.2.3
--- marc-editor.css     14 Dec 2005 15:01:36 -0000      1.5.2.2
+++ marc-editor.css     14 Jun 2006 21:09:20 -0000      1.5.2.3
@@ -58,3 +58,11 @@
        display:inline;
        color:#000000;
 }
+
+input.addbiblioInput {
+       background-color: #FFFFFF;
+}
+
+input.addbiblioInputFocus {
+       background-color: #DDDDDD;
+}
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]