2019-07-25 07:06:58 +00:00
|
|
|
.activity-details {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
2019-02-28 06:34:54 +00:00
|
|
|
}
|
2019-07-25 07:06:58 +00:00
|
|
|
.activity-details:hover {
|
|
|
|
color: #333;
|
2019-06-25 02:45:10 +00:00
|
|
|
}
|
2019-07-25 07:06:58 +00:00
|
|
|
.mobile-activity-time {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: .2em;
|
2019-06-25 02:45:10 +00:00
|
|
|
}
|
2023-11-09 04:25:22 +00:00
|
|
|
|
|
|
|
.activity-modifier:hover {
|
|
|
|
background: #f5f5f5;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-modifier .toggle-icon {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-modifier-selector-container {
|
|
|
|
width: 320px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
margin-top: 2px;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-selected-modifiers {
|
|
|
|
min-height: 2rem;
|
|
|
|
background: #f6f6f6;
|
|
|
|
border-bottom: 1px solid #dde2ea;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-selected-modifier {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-right: 10px;
|
|
|
|
padding: 0 8px 0 2px;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unselect-activity-user {
|
|
|
|
color: #909090;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unselect-activity-user:hover {
|
|
|
|
color: #5a5a5a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-user-list {
|
|
|
|
min-height: 4rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-user-item {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-user-item:hover {
|
|
|
|
background: #f5f5f5;
|
|
|
|
}
|