Browse Source

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

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

+ 3
- 5
trac/htdocs/libcaca.css View File

@@ -681,11 +681,9 @@ table.listing tbody td.new_replies {
.message-list div li {
background-image: none;
}
.message-list div.replies.new {
background: #BFADAD;
}
.message-list div.replies.new,
.message-list div.topic.new {
background: #674E4E;
background: #BFADAD;
}
.message-list div.topic div.subject {
background: #4E6A91 url(fiole.png) no-repeat 5px 2px;
@@ -693,7 +691,7 @@ table.listing tbody td.new_replies {
color: #fff;
}
.message-list div.topic.new div.subject {
background: #4E6A91 url(fiole-new.png) no-repeat 5px 2px;
background: #674E4E url(fiole-new.png) no-repeat 5px 2px;
}
/* === DIFF === */



Loading…
Cancel
Save