aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-25 16:19:21 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-25 16:19:21 +0200
commit8e06720ff3bce85838e9ef76263d51ef8cdf1469 (patch)
tree219a6f4a90f81fac7286a085dab2dfe4d0ef794d /app
parentaad350a5a29f92c9444ba1f5d569283ee33ba01d (diff)
downloadwallabag-8e06720ff3bce85838e9ef76263d51ef8cdf1469.tar.gz
wallabag-8e06720ff3bce85838e9ef76263d51ef8cdf1469.tar.zst
wallabag-8e06720ff3bce85838e9ef76263d51ef8cdf1469.zip
Add icon for public share link
Diffstat (limited to 'app')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index cade37f6..b81335eb 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -630,6 +630,10 @@ main ul.row {
630 content: "\eae6"; 630 content: "\eae6";
631} 631}
632 632
633.icon-link::before {
634 content: "\e9cb";
635}
636
633footer [class^="icon-"], 637footer [class^="icon-"],
634footer [class*=" icon-"] { 638footer [class*=" icon-"] {
635 font-size: 2em; 639 font-size: 2em;