X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fformatting.css;h=38138ea3bce52b2dd3a3f84fb1a7edc425acf698;hp=037d1b119ccc9d1ba79369254bf7ac72158c5825;hb=4c66fa004c2eb9b671f9b8a75b7d5bb37a60a838;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/communicator/formatting.css b/EarlyBlue/communicator/formatting.css index 037d1b11..38138ea3 100644 --- a/EarlyBlue/communicator/formatting.css +++ b/EarlyBlue/communicator/formatting.css @@ -38,19 +38,24 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* class for text with a 'link' appearance */ -.text-link - { - color : #666699; - text-decoration : underline; - cursor : pointer; - } - -.text-link:hover - { - color : #333366; - } - -.text-link:hover:active - { - color : #990000; - } +.text-link { + color: blue; + text-decoration: underline; +} + +.text-link:focus { + color: red; + -moz-outline: 1px dotted invert; +} + +.text-link:hover { + cursor: pointer; +} + +.text-link:hover:active { + color: red; +} + +.text-link[visited="true"] { + color: purple; +} \ No newline at end of file