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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2008-07-07 04:55:07 UTC
  • mfrom: (unknown (missing))
  • Revision ID: wgrant@ugrad.unimelb.edu.au-20080707045507-wca484wpjxppy7ln
Merge jails-redux branch. We now use aufs rather than hardlinking tens
of thousands of jail files hundreds of times.

Reconfiguration and reconstruction of all jails will be required.
Probably a good idea to start jails from scratch if possible.

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;
60
61
}
61
62
#actions1 a.disabled {
62
63
    color: black;
63
64
    text-decoration: none;
64
65
    cursor: auto;
65
66
}
 
67
#actions1 a.disabled:hover, #actions1 a.disabled:active, #actions1 a.disabled:focus {
 
68
    color: black;
 
69
    text-decoration: none;
 
70
}
66
71
/* Drop-down actions and headings */
67
 
#actions1 option.moreactions, #actions1 option.disabled {
68
 
    color: #aaa;
69
 
}
70
 
 
71
 
#actions2 p {
72
 
    margin: 0;
73
 
}
74
 
 
75
 
/* One of the actions2s is shown at runtime, depending on the context.
76
 
 * We will show moreactions if we need it. */
77
 
#actions1 #moreactions_area, #actions2 #actions2_file,
78
 
#actions2 #actions2_directory {
79
 
    display: none;
 
72
#actions1 option {
 
73
    color: black;
 
74
    font-weight: normal;
 
75
}
 
76
#actions1 option.moreactions {
 
77
    color: #aaa;
 
78
}
 
79
#actions1 option.heading {
 
80
    font-weight: bold;
 
81
}
 
82
#actions1 option.choice {
 
83
    padding-left: 20px;
 
84
}
 
85
#actions1 option.disabled {
 
86
    padding-left: 20px;
 
87
    color: #aaa;
80
88
}
81
89
 
82
90
/* Everything under the top bar */