Browse Source

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

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

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

@@ -614,6 +614,13 @@ table.listing tbody tr.even {

table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important }

.tickets tr.color3-odd {
background: rgba(195, 215, 255, 0.8);
}
.tickets tr.color3-even {
background: rgba(210, 215, 240, 0.8);
}
/* === FORUM === */

.forum-list tr > td {


Loading…
Cancel
Save