1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 22:33:17 +00:00

activity op color (#3109)

This commit is contained in:
王健辉
2019-03-14 12:01:59 +08:00
committed by Daniel Pan
parent 9210a0dcfe
commit 0ab19cb898
2 changed files with 27 additions and 1 deletions

View File

@@ -3,4 +3,22 @@ table tr .activity-date {
}
table td .activity-detail {
display: inline;
}
td .op-color-orange {
background-color: #FFA94D;
padding: 5px 8px;
border-radius: 5px;
color: #FFF;
}
td .op-color-red {
background-color: #DC143C;
padding: 5px 8px;
border-radius: 5px;
color: #FFF;
}
td .op-color-green {
background-color: #8DC72E;
padding: 5px 8px;
border-radius: 5px;
color: #FFF;
}