mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Fix opacities in Calendar
This commit is contained in:
parent
2e6f11dc33
commit
1c5ad0179a
1 changed files with 13 additions and 0 deletions
|
@ -69,6 +69,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
// New styling for vue
|
||||
|
||||
#content-vue
|
||||
.app-navigation-entry__counter-wrapper
|
||||
.action-item.sharing
|
||||
.material-design-icon.share {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.popover.open .action-link {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Icons -------------------------------------------------------------------- */
|
||||
|
||||
.app-calendar,
|
||||
|
|
Loading…
Add table
Reference in a new issue