Committer: esavintcev
LJSUP-9986: Need make link such as link on producionU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-10-03 08:30:25 UTC (rev 20197) +++ trunk/htdocs/stc/lj_base.css 2011-10-03 08:34:22 UTC (rev 20198) @@ -2899,17 +2899,28 @@ margin: 0; color: #000; } - .b-contextualhover A { - text-decoration: none !important; + .b-contextualhover A:link, + .b-contextualhover A:visited { + text-decoration: none; + border-bottom: 0; } .b-contextualhover A:hover, + .b-contextualhover A:active, .b-contextualhover A:focus { - text-decoration: underline !important; + text-decoration: underline; } - .b-contextualhover .alias-unavailable A { + .s-lanzelot .b-contextualhover A:hover, + .s-lanzelot .b-contextualhover A:active, + .s-lanzelot .b-contextualhover A:focus { + text-decoration: none !important; + border-bottom: 1px solid #3F5F9E; + } + .b-contextualhover .alias-unavailable A:link, + .b-contextualhover .alias-unavailable A:visited { color: #999 !important; } .b-contextualhover .alias-unavailable A:hover, + .b-contextualhover .alias-unavailable A:active, .b-contextualhover .alias-unavailable A:focus { color: #999 !important; }