mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-08 03:52:41 +00:00
#82 change favorites icon to white
This commit is contained in:
parent
8ada38d1e7
commit
765af114f3
2 changed files with 5 additions and 0 deletions
css
|
@ -89,3 +89,7 @@ tr {
|
|||
.nav-icon-trashbin {
|
||||
background-image: var(--icon-files-delete-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.nav-icon-favorites {
|
||||
background-image: var(--icon-star-dark-f2f2f2) !important;
|
||||
}
|
||||
|
|
|
@ -35,6 +35,7 @@ $icon-success: #27ae60;
|
|||
|
||||
@include icon-color-theming('star', 'actions', $icon-normal, '000', 1, true);
|
||||
@include icon-color-theming('star-dark', 'actions', $icon-normal, '000', 1, true);
|
||||
@include icon-color-theming('star-dark', 'actions', $icon-normal, 'f2f2f2', 1, true);
|
||||
@include icon-color-theming('search', 'actions', $icon-normal, '000', 1, true);
|
||||
@include icon-color-theming('search', 'actions', $icon-normal, 'fffffe', 1, true);
|
||||
@include icon-color-theming('password', 'actions', $icon-normal, '000', 1, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue