From 52c0fbf2f8997a868d15b3981e571e5c8b3cc9bb Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 24 Dec 2013 13:00:19 +0000 Subject: [PATCH] feature(style) cmd-button: add directory icon --- css/style.css | 5 +++++ html/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 1e89a5d3..4bd7c674 100644 --- a/css/style.css +++ b/css/style.css @@ -110,6 +110,11 @@ body { content: '\e804 '; } +.directory-button:before { + font-family: 'Fontello'; + content: '\e802 '; +} + .cmd-button:hover { border: 1.5px solid; transition: ease 0.5s; diff --git a/html/index.html b/html/index.html index 73c9953e..d522eca8 100644 --- a/html/index.html +++ b/html/index.html @@ -22,7 +22,7 @@ - +