* file list styling
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@168 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
parent
6c5119d0cf
commit
c1e7bea755
Binary file not shown.
|
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 141 B |
@ -332,25 +332,25 @@ table.display tr.odd.row_selected td {
|
|||||||
*/
|
*/
|
||||||
/* For the standard odd/even */
|
/* For the standard odd/even */
|
||||||
tr.odd td.sorting_1 {
|
tr.odd td.sorting_1 {
|
||||||
background: url('images/highlight.png?2') repeat;
|
background: url('images/highlight.png') repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.odd td.sorting_2 {
|
tr.odd td.sorting_2 {
|
||||||
background: url('images/highlight.png?5') repeat;
|
background: url('images/highlight.png') repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.odd td.sorting_3 {
|
tr.odd td.sorting_3 {
|
||||||
background: url('images/highlight.png?5') repeat;
|
background: url('images/highlight.png') repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.even td.sorting_1 {
|
tr.even td.sorting_1 {
|
||||||
background: url('images/highlight.png?5') repeat;
|
background: url('images/highlight.png') repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.even td.sorting_2 {
|
tr.even td.sorting_2 {
|
||||||
background: url('images/highlight.png?5') repeat;
|
background: url('images/highlight.png') repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.even td.sorting_3 {
|
tr.even td.sorting_3 {
|
||||||
background: url('images/highlight.png?5') repeat;
|
background: url('images/highlight.png') repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user