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:
parent
d4076f00c0
commit
a8043edd0b
2 changed files with 13 additions and 1 deletions
css
|
@ -139,4 +139,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tabHeaders .tabHeader {
|
||||
|
||||
&.selected, &:hover, &:focus {
|
||||
border-bottom: 1px solid var(--color-border-active);
|
||||
|
||||
a {
|
||||
color: var(--color-text-active);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue