mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-24 02:23:51 +00:00
Change icons in admin and apps section to white
This commit is contained in:
parent
7050a906ed
commit
ca201baa23
2 changed files with 32 additions and 0 deletions
core/css
|
@ -588,4 +588,29 @@ a.impersonate img.svg {
|
|||
img.play.svg, img.control {
|
||||
filter: invert(95%);
|
||||
}
|
||||
}
|
||||
|
||||
// Apps with generic icons names
|
||||
|
||||
.app-settings {
|
||||
|
||||
// In admin section
|
||||
#app-navigation img[src$="/img/app-dark.svg"] {
|
||||
filter: invert(95%);
|
||||
}
|
||||
|
||||
// In apps list
|
||||
#apps-list .app-image image {
|
||||
filter: invert(5%);
|
||||
|
||||
}
|
||||
|
||||
// Apps that are excluded from colour inverting
|
||||
#apps-list {
|
||||
|
||||
#app-user_saml .app-image image {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
|
@ -427,6 +427,13 @@ a.impersonate img.svg {
|
|||
.app-music img.play.svg, .app-music img.control {
|
||||
filter: invert(95%); }
|
||||
|
||||
.app-settings #app-navigation img[src$="/img/app-dark.svg"] {
|
||||
filter: invert(95%); }
|
||||
.app-settings #apps-list .app-image image {
|
||||
filter: invert(5%); }
|
||||
.app-settings #apps-list #app-user_saml .app-image image {
|
||||
filter: none; }
|
||||
|
||||
body {
|
||||
color: #eff0f1;
|
||||
background-color: #31363b; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue