https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25735
--- Comment #2 from Owen Leonard <[email protected]> --- I hadn't notice this patch before because it was still marked "NEW." I think things may have changed a little since this was originally submitted. There is a fairly simple way to differentiate the two links now: /* Color for logged-out users */ .clearsh {color:green !important;} /* Color for logged-in users */ #loggedinuser-menu .clearsh { color:blue !important} I prefer this to adding the -one -two classes because they're not semantically meaningful. -- 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/
