From 40c1f3e3ce83490c5229018e3bb39e1fd24312d0 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Fri, 16 Jun 2017 23:06:25 +0200 Subject: 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 (limited to 'core') diff --git a/core/img/places/calendar-dark.svg b/core/img/places/calendar-dark.svg index 9290ef60f68..6838643871c 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 00000000000..94d6bb707bd --- /dev/null +++ b/core/img/places/calendar.svg @@ -0,0 +1 @@ + -- cgit v1.2.3 From 9d25b86a836d3986db11322bede71a77453fa049 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Sat, 17 Jun 2017 09:32:59 +0200 Subject: 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(-) (limited to 'core') diff --git a/core/img/places/calendar-dark.svg b/core/img/places/calendar-dark.svg index 6838643871c..9290ef60f68 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 94d6bb707bd..68249fa97d1 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 714cfef1dbb..56ff262e91f 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 fb6a60c0844..4e6206db09c 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 dfcad56018a..75fe17e0b4d 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 d5d7bed5c8c..5a205380c96 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 84c110a66e8..efc9474522b 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 c5e5e7b7760..c73be33495b 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 7aa290255bf..5cef599c2de 100644 --- a/core/img/places/picture.svg +++ b/core/img/places/picture.svg @@ -1 +1 @@ - \ No newline at end of file + -- cgit v1.2.3 From d3d0ce8df355862d238a6272e01afdd359e655b6 Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Sat, 17 Jun 2017 12:27:05 +0200 Subject: Add CSS class for icon-calendar Signed-off-by: Marin Treselj --- core/css/icons.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/css/icons.scss b/core/css/icons.scss index f9b73f51923..ae6df353f1e 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'); } -- cgit v1.2.3