浏览代码

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 {


正在加载...
取消
保存