瀏覽代碼

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

master
carmie 15 年之前
父節點
當前提交
07c424d11a
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      trac/htdocs/libcaca.css

+ 4
- 4
trac/htdocs/libcaca.css 查看文件

@@ -591,15 +591,15 @@ table.listing tbody th.id {
display: none;
}
table.listing tbody tr {
background: rgba(255, 255, 255, 0.25);
background: rgba(255, 255, 255);
}
table.listing tbody tr.odd {
background: rgba(250, 250, 250, 0.25);
background: rgba(255, 255, 255, 0.7);
}
table.listing tbody tr.even {
background: rgba(245, 245, 245, 0.25);
background: rgba(245, 245, 245, 0.8);
}
tabl
table.listing tbody tr:hover { background: #D7E6FF !important }
table.listing tbody tr.focus { background: #D7E6FF !important }



Loading…
取消
儲存