From 40c1f3e3ce83490c5229018e3bb39e1fd24312d0 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Fri, 16 Jun 2017 23:06:25 +0200 Subject: [PATCH 1/3] Add white version of the calendar.svg icon There's no reason for not including it and it is needed for Deck app. Signed-off-by: Marin Treselj --- core/img/places/calendar-dark.svg | 2 +- core/img/places/calendar.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 core/img/places/calendar.svg diff --git a/core/img/places/calendar-dark.svg b/core/img/places/calendar-dark.svg index 9290ef60f6..6838643871 100644 --- a/core/img/places/calendar-dark.svg +++ b/core/img/places/calendar-dark.svg @@ -1 +1 @@ - + diff --git a/core/img/places/calendar.svg b/core/img/places/calendar.svg new file mode 100644 index 0000000000..94d6bb707b --- /dev/null +++ b/core/img/places/calendar.svg @@ -0,0 +1 @@ + From 9d25b86a836d3986db11322bede71a77453fa049 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Sat, 17 Jun 2017 09:32:59 +0200 Subject: [PATCH 2/3] Add viewport to all core/img/places/* icons. Also removed some unneeded style declarations. Signed-off-by: Marin Treselj --- core/img/places/calendar-dark.svg | 2 +- core/img/places/calendar.svg | 2 +- core/img/places/contacts-dark.svg | 2 +- core/img/places/contacts.svg | 2 +- core/img/places/files-dark.svg | 2 +- core/img/places/files.svg | 2 +- core/img/places/link.svg | 2 +- core/img/places/music.svg | 2 +- core/img/places/picture.svg | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/img/places/calendar-dark.svg b/core/img/places/calendar-dark.svg index 6838643871..9290ef60f6 100644 --- a/core/img/places/calendar-dark.svg +++ b/core/img/places/calendar-dark.svg @@ -1 +1 @@ - + diff --git a/core/img/places/calendar.svg b/core/img/places/calendar.svg index 94d6bb707b..68249fa97d 100644 --- a/core/img/places/calendar.svg +++ b/core/img/places/calendar.svg @@ -1 +1 @@ - + diff --git a/core/img/places/contacts-dark.svg b/core/img/places/contacts-dark.svg index 714cfef1db..56ff262e91 100644 --- a/core/img/places/contacts-dark.svg +++ b/core/img/places/contacts-dark.svg @@ -1 +1 @@ - + diff --git a/core/img/places/contacts.svg b/core/img/places/contacts.svg index fb6a60c084..4e6206db09 100644 --- a/core/img/places/contacts.svg +++ b/core/img/places/contacts.svg @@ -1 +1 @@ - + diff --git a/core/img/places/files-dark.svg b/core/img/places/files-dark.svg index dfcad56018..75fe17e0b4 100644 --- a/core/img/places/files-dark.svg +++ b/core/img/places/files-dark.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/core/img/places/files.svg b/core/img/places/files.svg index d5d7bed5c8..5a205380c9 100644 --- a/core/img/places/files.svg +++ b/core/img/places/files.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/core/img/places/link.svg b/core/img/places/link.svg index 84c110a66e..efc9474522 100644 --- a/core/img/places/link.svg +++ b/core/img/places/link.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/core/img/places/music.svg b/core/img/places/music.svg index c5e5e7b776..c73be33495 100644 --- a/core/img/places/music.svg +++ b/core/img/places/music.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/core/img/places/picture.svg b/core/img/places/picture.svg index 7aa290255b..5cef599c2d 100644 --- a/core/img/places/picture.svg +++ b/core/img/places/picture.svg @@ -1 +1 @@ - \ No newline at end of file + From d3d0ce8df355862d238a6272e01afdd359e655b6 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Sat, 17 Jun 2017 12:27:05 +0200 Subject: [PATCH 3/3] Add CSS class for icon-calendar Signed-off-by: Marin Treselj --- core/css/icons.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/icons.scss b/core/css/icons.scss index f9b73f5192..ae6df353f1 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -434,6 +434,9 @@ img, object, video, button, textarea, input, select { } /* PLACES ------------------------------------------------------------------- */ +.icon-calendar { + background-image: url('../img/places/calendar.svg?v=1'); +} .icon-calendar-dark { background-image: url('../img/places/calendar-dark.svg?v=1'); }