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

« back to all changes in this revision

Viewing changes to www/media/browser/browser.css

  • Committer: wagrant
  • Date: 2008-07-14 03:19:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:859
browser: Remove some redundant CSS. There's no need to set things that
         are already inherited.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
58
58
    #actions2 a:hover, #actions2 a:active, #actions2 a:focus {
59
59
    color: blue;
60
 
    text-decoration: underline;
61
60
}
62
61
#actions1 a.disabled {
63
62
    color: black;
64
63
    text-decoration: none;
65
64
    cursor: auto;
66
65
}
67
 
#actions1 a.disabled:hover, #actions1 a.disabled:active, #actions1 a.disabled:focus {
68
 
    color: black;
69
 
    text-decoration: none;
70
 
}
71
66
/* Drop-down actions and headings */
72
67
#actions1 option.moreactions, #actions1 option.disabled {
73
68
    color: #aaa;