diff --git a/Repositories/otago_eprints3/otago_eprints/cfg/static/style/auto/zzz_local.css b/Repositories/otago_eprints3/otago_eprints/cfg/static/style/auto/zzz_local.css index 547f2b7..8ae0bad 100755 --- a/Repositories/otago_eprints3/otago_eprints/cfg/static/style/auto/zzz_local.css +++ b/Repositories/otago_eprints3/otago_eprints/cfg/static/style/auto/zzz_local.css @@ -325,3 +325,13 @@ .sob_tm_footer a:hover { color: #CC6600; } + + +/* + Override the standard a:hover behaviour for certain link types, as they + look horrible otherwise. (In particular, the "check boxes" on the Manage + Deposits screen, or the names of expandable fields when editing an item.) +*/ +.ep_items_filters a:hover, .ep_sr_collapse_link:hover { + text-decoration: none; +}