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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-13 11:03:44 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:209
browser.js: Split out dir-listing code into listing.js (it's going to get
    bigger).
listing.js: Added code to handle selection. Clicking checkboxes causes it to
    highlight selected files. Clicking a file row will select just that file.
    Also maintains a list of selected files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    background-color: #aaa;
111
111
    cursor: pointer;
112
112
}
113
 
tr.row1:hover, tr.row2:hover {
114
 
    background-color: #eee;
115
 
}
116
113
/* And if they are selected (blue shades) */
117
114
tr.row1sel {
118
115
    background-color: #88e;
122
119
    background-color: #66c;
123
120
    cursor: pointer;
124
121
}
125
 
tr.row1sel:hover, tr.row2sel:hover {
126
 
    background-color: #eee;
127
 
}
128
122
 
129
123
#filetable table {
130
124
    border-collapse: collapse;