From 8b7f75f9420b4ad6bcfdec7d88e49286aa45d480 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 11 Oct 2018 13:12:54 +0300 Subject: [PATCH] feature(cloudcmd) update icons --- css/urls.css | 8 ++++---- img/bin | 1 + img/dir-link | 1 + img/directory-link.svg | 27 +++++++++++++++++++++++++++ img/directory.svg | 19 +++++++++++++++++++ img/file-link.svg | 27 +++++++++++++++++++++++++++ img/{txt.png => file.png} | Bin img/file.svg | 19 +++++++++++++++++++ img/index.html | 22 ++++++++++++++++++++++ 9 files changed, 120 insertions(+), 4 deletions(-) create mode 120000 img/bin create mode 120000 img/dir-link create mode 100644 img/directory-link.svg create mode 100644 img/directory.svg create mode 100644 img/file-link.svg rename img/{txt.png => file.png} (100%) create mode 100644 img/file.svg create mode 100644 img/index.html diff --git a/css/urls.css b/css/urls.css index ddb381f6..f96ab9ed 100644 --- a/css/urls.css +++ b/css/urls.css @@ -34,19 +34,19 @@ } .directory { - background-image: url(../img/dir.png); + background-image: url(../img/directory.svg); } .directory-link { - background-image: url(../img/dir.png); + background-image: url(../img/directory-link.svg); } .file { - background-image: url(../img/txt.png); + background-image: url(../img/file.svg); } .file-link { - background-image: url(../img/txt.png); + background-image: url(../img/file-link.svg); } .loading-svg { diff --git a/img/bin b/img/bin new file mode 120000 index 00000000..7447f89a --- /dev/null +++ b/img/bin @@ -0,0 +1 @@ +/bin \ No newline at end of file diff --git a/img/dir-link b/img/dir-link new file mode 120000 index 00000000..2f467d8d --- /dev/null +++ b/img/dir-link @@ -0,0 +1 @@ +dir.png \ No newline at end of file diff --git a/img/directory-link.svg b/img/directory-link.svg new file mode 100644 index 00000000..b2556995 --- /dev/null +++ b/img/directory-link.svg @@ -0,0 +1,27 @@ + + + + folder alias icon + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/directory.svg b/img/directory.svg new file mode 100644 index 00000000..f79f0e31 --- /dev/null +++ b/img/directory.svg @@ -0,0 +1,19 @@ + + + + folder icon + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/file-link.svg b/img/file-link.svg new file mode 100644 index 00000000..f812de5f --- /dev/null +++ b/img/file-link.svg @@ -0,0 +1,27 @@ + + + + file alias icon + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/txt.png b/img/file.png similarity index 100% rename from img/txt.png rename to img/file.png diff --git a/img/file.svg b/img/file.svg new file mode 100644 index 00000000..f5d787b5 --- /dev/null +++ b/img/file.svg @@ -0,0 +1,19 @@ + + + + file icon + Created with Sketch. + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/index.html b/img/index.html new file mode 100644 index 00000000..0ba8b336 --- /dev/null +++ b/img/index.html @@ -0,0 +1,22 @@ + +
+ +
+