1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-04 02:12:57 +00:00

Add styling for tabheader to deck and add deck icon to list of activity-icons

This commit is contained in:
Magnus Walbeck 2020-01-26 12:37:00 +01:00
parent d4076f00c0
commit a8043edd0b
2 changed files with 13 additions and 1 deletions
css
apps/official
server

View file

@ -139,4 +139,15 @@
}
}
}
.tabHeaders .tabHeader {
&.selected, &:hover, &:focus {
border-bottom: 1px solid var(--color-border-active);
a {
color: var(--color-text-active);
}
}
}
}

View file

@ -154,7 +154,8 @@ img.two-factor-provider-settings-icon,
img[src$="archive.svg"],
img[src$="tag.svg"],
img[src$="checkmark.svg"],
img[src$="personal.svg"] {
img[src$="personal.svg"],
img[src$="deck-dark.svg"] {
filter: invert(95%);
}
}