mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
This commit is contained in:
parent
f5db36fb06
commit
518c9a5b47
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue