1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

Revert "activity op color (#3109)" (#3113)

This reverts commit 0ab19cb898.
This commit is contained in:
Daniel Pan
2019-03-14 18:05:07 +08:00
committed by GitHub
parent 0ab19cb898
commit ff453cb3fb
2 changed files with 1 additions and 27 deletions

View File

@@ -3,22 +3,4 @@ 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;
}