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 #291
This commit is contained in:
parent
f1c89f9e0e
commit
fde805afb2
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue