* 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:
vit.jonas@gmail.com 2011-06-17 12:00:47 +00:00
parent 6c5119d0cf
commit c1e7bea755
2 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 141 B

View File

@ -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;
} }