diff --git a/core/css/icons.css b/core/css/icons.css index 836a84fd70..359c55e4dc 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -57,6 +57,10 @@ background-image: url('../img/actions/close.svg'); } +.icon-comment { + background-image: url('../img/actions/comment.svg'); +} + .icon-confirm { background-image: url('../img/actions/confirm.svg'); } @@ -70,6 +74,9 @@ .icon-delete:focus { background-image: url('../img/actions/delete-hover.svg'); } +.icon-delete-white { + background-image: url('../img/actions/delete-white.svg'); +} .icon-details { background-image: url('../img/actions/details.svg'); diff --git a/core/img/actions/comment.png b/core/img/actions/comment.png index 7ca20eba36..08867cf636 100644 Binary files a/core/img/actions/comment.png and b/core/img/actions/comment.png differ diff --git a/core/img/actions/comment.svg b/core/img/actions/comment.svg index a8ab95e615..02fbac3e03 100644 --- a/core/img/actions/comment.svg +++ b/core/img/actions/comment.svg @@ -1,4 +1,4 @@ - - + + diff --git a/core/img/actions/delete-white.png b/core/img/actions/delete-white.png new file mode 100644 index 0000000000..07a5de3425 Binary files /dev/null and b/core/img/actions/delete-white.png differ diff --git a/core/img/actions/delete-white.svg b/core/img/actions/delete-white.svg new file mode 100644 index 0000000000..58e8dd3677 --- /dev/null +++ b/core/img/actions/delete-white.svg @@ -0,0 +1,4 @@ + + + +