https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36912 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com 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.