3ddc1d1a3b75f16a581544ec81f2eacbfa5098ec kate Wed May 19 14:13:39 2021 -0700 Add pointer cursor to More/Less pseudo-links, as per LRN. refs #27408 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index 817130c..87eb149 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -12,30 +12,31 @@ body.hgTracks { background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7; } body.training { background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7; } a:link { color: #121E9A; text-decoration: underline } .blueLink { color: #121E9A !important; + cursor: pointer; } span.link { color: #121E9A; text-decoration: underline; cursor: pointer } td.hotkey { font-family: courier; } pre.code { font-family: Monaco,'andale mono','lucida console',monospace; font-size: 0.8em;