~dylanmccall/harvest/tidier-admin-forms

« back to all changes in this revision

Viewing changes to harvest/media/css/style.css

  • Committer: Daniel Holbach
  • Date: 2010-10-05 15:53:45 UTC
  • mfrom: (262.1.2 harvest)
  • Revision ID: daniel.holbach@canonical.com-20101005155345-8a2m000b78rxsj18
mergedĀ lp:~dylanmccall/harvest/keynav-outline-fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        font-style:italic;
25
25
}
26
26
 
 
27
/* outline selected item for keyboard navigation */
27
28
*:focus {
28
29
        outline:rgb(244,116,33) dashed 1px;
29
30
}
 
31
a:active {
 
32
        outline:none;
 
33
}
30
34
 
31
35
a {
32
36
        color:rgb(110,64,84);