1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 06:50:11 +00:00

Invert collabora edit icon in Files right click menu. Fixes ()

This commit is contained in:
Magnus Walbeck 2021-11-01 11:09:05 +01:00 committed by GitHub
parent f5db36fb06
commit 518c9a5b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@
### Fixed
- [#278](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/278) Fix header icons in public sharing view
- [#279](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/279) Invert collabora edit icon in Files right click menu
## 22.0.2 - 2021-10-03

View file

@ -466,6 +466,11 @@ div.select2-container a.select2-choice .select2-arrow b {
filter: invert(95%);
}
// Collabora
.collabora.action-edit img[src$="/core/img/actions/rename.svg"] {
filter: invert(95%);
}
/* CSS tricks to change icon color ------------------------------------------- */
.icon-collapse {