updating EarlyBlue for recent XUL changes
[themes.git] / EarlyBlue / skin / EarlyBlue / communicator / formatting.css
1
2 /* class for text with a 'link' appearance */
3 .text-link
4   {
5     color                 : #666699;
6     text-decoration       : underline;
7     cursor                : pointer;
8   }
9   
10 .text-link:hover
11   {
12     color                 : #333366;
13   } 
14   
15 .text-link:hover:active
16   {
17     color                 : #990000;
18   }