mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
Fix status button background on dashboard
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
b1421f6ad9
commit
ce9c0b5e30
2 changed files with 2 additions and 2 deletions
|
|
@ -550,7 +550,7 @@ export default {
|
|||
}
|
||||
|
||||
.button,
|
||||
.button-vue
|
||||
.button-vue,
|
||||
.edit-panels,
|
||||
.statuses ::v-deep .action-item .action-item__menutoggle,
|
||||
.statuses ::v-deep .action-item.action-item--open .action-item__menutoggle {
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ export default {
|
|||
margin: 0;
|
||||
border: 0;
|
||||
border-radius: var(--border-radius-pill);
|
||||
background-color: var(--color-background-translucent);
|
||||
background-color: var(--color-main-background-blur);
|
||||
font-size: inherit;
|
||||
font-weight: normal;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue