Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4594 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie 14 years ago
parent
commit
a90b83734f
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      trac/htdocs/libcaca.css

+ 10
- 0
trac/htdocs/libcaca.css View File

@@ -590,6 +590,16 @@ table.listing tbody td.id,
table.listing tbody th.id {
display: none;
}
table.listing tbody tr {
background: rgba(255, 255, 255, 0.25);
}
table.listing tbody tr.odd {
background: rgba(250, 250, 250, 0.25);
}
table.listing tbody tr.even {
background: rgba(245, 245, 245, 0.25);
}
tabl
table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important }



Loading…
Cancel
Save