mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-14 12:06:25 +00:00
18 lines
440 B
SCSS
18 lines
440 B
SCSS
/* Activity ----------------------------------------------------------------- */
|
|
|
|
#no_more_activities,
|
|
.activity-icon {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.activitysubject strong.systemtag {
|
|
background-color: var(--color-main-background);
|
|
border: 1px solid var(--color-border);
|
|
}
|
|
|
|
/* Manual icon variable definitions for icons to prevent black icons -------- */
|
|
|
|
.icon-activity {
|
|
background-image: var(--icon-activity-activity-dark-f2f2f2) !important;
|
|
}
|