diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 16:19:21 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-25 16:19:21 +0200 |
commit | 8e06720ff3bce85838e9ef76263d51ef8cdf1469 (patch) | |
tree | 219a6f4a90f81fac7286a085dab2dfe4d0ef794d /app/Resources/static/themes/material | |
parent | aad350a5a29f92c9444ba1f5d569283ee33ba01d (diff) | |
download | wallabag-8e06720ff3bce85838e9ef76263d51ef8cdf1469.tar.gz wallabag-8e06720ff3bce85838e9ef76263d51ef8cdf1469.tar.zst wallabag-8e06720ff3bce85838e9ef76263d51ef8cdf1469.zip |
Add icon for public share link
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
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 | |||
633 | footer [class^="icon-"], | 637 | footer [class^="icon-"], |
634 | footer [class*=" icon-"] { | 638 | footer [class*=" icon-"] { |
635 | font-size: 2em; | 639 | font-size: 2em; |