diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-05 17:04:14 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-05 17:04:14 +0100 |
commit | d0ea3544cad2ce4f1d0193d6d7bbda80eabadf91 (patch) | |
tree | 1da9ab40591a83ffb0a934f456be0a7cb594bf4b /themes/baggy/css | |
parent | 5e26c9102450cdf4e635fc401b88e293402fca25 (diff) | |
download | wallabag-d0ea3544cad2ce4f1d0193d6d7bbda80eabadf91.tar.gz wallabag-d0ea3544cad2ce4f1d0193d6d7bbda80eabadf91.tar.zst wallabag-d0ea3544cad2ce4f1d0193d6d7bbda80eabadf91.zip |
add evernote icon
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-x | themes/baggy/css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 90d546fc..54622cfc 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -742,6 +742,9 @@ a.add-to-wallabag-link-after:after { | |||
742 | .icon-reload:before { | 742 | .icon-reload:before { |
743 | content: "\ea2e"; | 743 | content: "\ea2e"; |
744 | } | 744 | } |
745 | .icon-evernote:before { | ||
746 | content: "\e603"; | ||
747 | } | ||
745 | 748 | ||
746 | 749 | ||
747 | /* .icon-image class, for image-based icons | 750 | /* .icon-image class, for image-based icons |