https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This enhancement adds spans release notes| |and classes for customizing | |the styling of a patron's | |main address when using | |IntranetUserCSS. | | | |Example: | | | |.patronaddress1 { | | | |.streetnumber { | | color: | |blue; | | } | | .address1 { | | | |color: green; | | } | | | |.roadtype { | | color: | |pink; | | } | |} | | | |.patronaddress2 { | | color: | |lightgreen; | |} | | | |.patroncity | |{ | | .city { | | color: | |orange; | | } | | .state { | | | |color: brown; | | } | | | |.zipcode { | | color: | |limegreen; | | } | | .comma { | | | | color: teal; | | } | | | |.country { | | color: red; | | | | } | |} -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
