mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-07 22:45:40 +00:00
Add new folder-multiple-image icon for Talk
This commit is contained in:
parent
92e5e5c7b7
commit
a24b8d5dc4
2 changed files with 5 additions and 0 deletions
css
|
@ -58,6 +58,10 @@
|
|||
background-image: var(--icon-spreed-promoted-view-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.icon-folder-multiple-image {
|
||||
background-image: var(--icon-spreed-folder-multiple-image-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.app-talk {
|
||||
.icon-lobby {
|
||||
background-image: var(--icon-spreed-lobby-f2f2f2) !important;
|
||||
|
|
|
@ -199,6 +199,7 @@ $icon-success: #27ae60;
|
|||
@include icon-color-theming("menu-people", "spreed", $icon-normal, 1, false);
|
||||
@include icon-color-theming("grid-view", "spreed", $icon-normal, 1, false);
|
||||
@include icon-color-theming("promoted-view", "spreed", $icon-normal, 1, false);
|
||||
@include icon-color-theming("folder-multiple-image", "spreed", $icon-normal, 1, false);
|
||||
|
||||
@include icon-color-theming("star", "mail", $icon-normal, 1, false);
|
||||
@include icon-color-theming("drafts", "mail", $icon-normal, 1, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue