Browse Source

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

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

+ 2
- 2
trac/htdocs/libcaca.css View File

@@ -606,7 +606,7 @@ table.listing tbody td.new_replies {
} }
.tickets tr.color3-odd, .tickets tr.color3-odd,
table.listing tbody tr.odd { table.listing tbody tr.odd {
background: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.9);
} }
.tickets tr.color3-even, .tickets tr.color3-even,
table.listing tbody tr.even { table.listing tbody tr.even {
@@ -617,7 +617,7 @@ table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important } table.listing tbody tr.focus { background: #D7E6FF !important }


.tickets tr.color4-odd { .tickets tr.color4-odd {
background: rgba(195, 215, 255, 0.8);
background: rgba(195, 215, 255, 0.9);
} }
.tickets tr.color4-even { .tickets tr.color4-even {
background: rgba(210, 215, 240, 0.8); background: rgba(210, 215, 240, 0.8);


Loading…
Cancel
Save