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

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Jun 14 23:09:20 CEST 2006


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





More information about the Koha-cvs mailing list