1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-07 22:45:40 +00:00

Add border to profile card footer and invert user action icons on profile view. Fixes

This commit is contained in:
Magnus Walbeck 2021-12-11 17:25:18 +01:00
parent f1c89f9e0e
commit fde805afb2
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 17 additions and 0 deletions

View file

@ -6,6 +6,10 @@
- Support for Electronic Signatures app
### Fixed
- [#291](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/291) Add border to profile card footer and invert user action icons on profile view.
## 23.0.0 - 2021-12-04
### Added

View file

@ -130,6 +130,19 @@
}
}
// Profile
.preview-card .preview-card__footer {
border: 1px solid var(--color-border);
border-bottom-left-radius: var(--border-radius);
border-bottom-right-radius: var(--border-radius);
border-top: none;
}
.profile .user-actions .profile__primary-action-button img[src$="spreed/img/app-dark.svg"],
.profile .user-actions .user-actions__other a {
filter: invert(95%);
}
// User administration
#addgroup {
// Remove icon spam in addgroup form under user section