~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.css

  • Committer: William Grant
  • Date: 2010-02-15 07:21:58 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215072158-e8jm3s3c2x7znmmk
Darken links slightly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 * class "disabled" is for disabled choices.
54
54
 */
55
55
#actions1 a.choice, #actions2 a {
56
 
    color: #0033aa;
 
56
    color: #002a8c;
57
57
    cursor: pointer;
58
58
}
59
59
 
60
60
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
61
61
    #actions2 a:hover, #actions2 a:active, #actions2 a:focus {
62
 
    color: #0033aa;
 
62
    color: #002a8c;
63
63
}
64
64
 
65
65
#actions1 a.choice:hover, #actions2 a:hover {