Template:Tabs/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>Hb1290 No edit summary |
imported>Hb1290 (adding selectors to prevent effects on article body) |
||
Line 1: | Line 1: | ||
/*Define visual behavior for tab links*/ | /*Define visual behavior for tab links*/ | ||
a{ | td>a{ | ||
color: | color: #ffffff; | ||
} | } | ||
a:hover{ | td>a:visited { | ||
color:#ffffff !important | |||
} | |||
td>a:hover{ | |||
color:inherit; | color:inherit; | ||
} | } |