Committer: esavintcev
LJSUP-9991: Display visited links as usualU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2011-10-04 03:36:34 UTC (rev 20207) +++ trunk/htdocs/stc/lj_base.css 2011-10-04 03:41:31 UTC (rev 20208) @@ -2901,30 +2901,30 @@ } .b-contextualhover A:link, .b-contextualhover A:visited { + border-bottom: 0 !important; + background: #FFF; color: #00C !important; text-decoration: none !important; - border-bottom: 0 !important; - background: #FFF; } .b-contextualhover A:hover, .b-contextualhover A:active, .b-contextualhover A:focus { + border-bottom: 0 !important; color: #00C !important; - border-bottom: 0 !important; text-decoration: underline !important; } .s-lanzelot .b-contextualhover A:link, .s-lanzelot .b-contextualhover A:visited { + border-bottom: 0 !important; color: #3F5F9E !important; text-decoration: none !important; - border-bottom: 0 !important; } .s-lanzelot .b-contextualhover A:hover, .s-lanzelot .b-contextualhover A:active, .s-lanzelot .b-contextualhover A:focus { + border-bottom: 1px solid #3F5F9E !important; color: #3F5F9E !important; text-decoration: none !important; - border-bottom: 1px solid #3F5F9E !important; } .b-contextualhover .alias-unavailable A:link, .b-contextualhover .alias-unavailable A:visited {