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:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user