ソースを参照

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

master
carmie 14年前
コミット
05679dfd9e
1個のファイルの変更10行の追加12行の削除
  1. +10
    -12
      trac/htdocs/libcaca.css

+ 10
- 12
trac/htdocs/libcaca.css ファイルの表示

@@ -590,18 +590,6 @@ table.listing tbody td.id,
table.listing tbody th.id {
display: none;
}
table.listing tbody tr {
background: rgba(255, 255, 255);
}
table.listing tbody tr.odd {
background: rgba(255, 255, 255, 0.7);
}
table.listing tbody tr.even {
background: rgba(240, 240, 240, 0.8);
}

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

table.listing tbody td.lasttopic,
table.listing tbody td.author,
@@ -615,7 +603,17 @@ table.listing tbody td.replies,
table.listing tbody td.new_replies {
text-align: right;
}
.tickets tr.color3-odd,
table.listing tbody tr.odd {
background: rgba(255, 255, 255, 0.7);
}
.tickets tr.color3-even,
table.listing tbody tr.even {
background: rgba(240, 240, 240, 0.8);
}

table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important }
/* === FORUM === */

.forum-list tr > td {


読み込み中…
キャンセル
保存