1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[api2]Set color of events page to 0xffffff

This commit is contained in:
poetwang
2013-10-12 14:51:13 +08:00
parent bd71a756a9
commit f285a6b7a3
2 changed files with 2 additions and 2 deletions

View File

@@ -891,7 +891,7 @@ textarea:-moz-placeholder {/* for FF */
padding:10px 8px;
border-bottom:1px solid #ccc;
border-top:1px solid #fff;
background:#fafafa;
background:#ffffff;
}
.event-item .txt {
margin-left:45px;