1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 15:00:11 +00:00

Add the 'icon-view-previous' icon ()

* Add the 'icon-view-previous' icon
This commit is contained in:
Daniel Röhrig 2022-03-13 21:41:10 +01:00 committed by GitHub
parent d7040dd700
commit 1dc861614f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,7 +319,8 @@ div.select2-container a.select2-choice .select2-arrow b {
background-image: var(--icon-arrow-right-f2f2f2) !important;
}
.icon-arrow-left {
.icon-arrow-left,
.icon-view-previous {
background-image: var(--icon-arrow-left-f2f2f2) !important;
}