mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 15:00:11 +00:00
Add date and datetime icons for Forms
This commit is contained in:
parent
ce6fbc9ecf
commit
56992d720c
3 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
### Added
|
||||
|
||||
- Support for Electronic Signatures app
|
||||
- Date and datetime icons for Forms
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -64,3 +64,11 @@
|
|||
.icon-drag-handle {
|
||||
background-image: var(--icon-forms-drag-handle-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.icon-answer-date {
|
||||
background-image: var(--icon-forms-answer-date-f2f2f2) !important;
|
||||
}
|
||||
|
||||
.icon-answer-datetime {
|
||||
background-image: var(--icon-forms-answer-datetime-f2f2f2) !important;
|
||||
}
|
||||
|
|
|
@ -283,6 +283,8 @@ $icon-success: #27ae60;
|
|||
@include icon-color-theming("answer-dropdown", "forms", $icon-normal, 1, false);
|
||||
@include icon-color-theming("answer-short", "forms", $icon-normal, 1, false);
|
||||
@include icon-color-theming("answer-long", "forms", $icon-normal, 1, false);
|
||||
@include icon-color-theming("answer-date", "forms", $icon-normal, 1, false);
|
||||
@include icon-color-theming("answer-datetime", "forms", $icon-normal, 1, false);
|
||||
@include icon-color-theming("drag-handle", "forms", $icon-normal, 1, false);
|
||||
|
||||
@include icon-color-theming("reply", "social", $icon-normal, 1, false);
|
||||
|
|
Loading…
Add table
Reference in a new issue