~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 06:40:24 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215064024-uq0mubakfsjssmy0
Redo link CSS: now a lighter blue, no underline except for :hover, and no style at all for non-link <a>s.

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: navy;
57
 
    text-decoration: underline;
 
56
    color: #0033aa;
58
57
    cursor: pointer;
59
58
}
 
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: blue;
63
 
}
 
62
    color: #0033aa;
 
63
}
 
64
 
 
65
#actions1 a.choice:hover, #actions2 a:hover {
 
66
    text-decoration: underline;
 
67
}
 
68
 
64
69
#actions1 a.disabled {
65
70
    color: black;
66
71
    text-decoration: none;