From 860f9db5321c1a3dd6acfd937910317a145270ec Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 16 Jul 2017 13:16:59 +0200 Subject: Only show social network button if users want's them (mga#18072) --- g/style/bootstrap_theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) mode change 100644 => 100755 g/style/bootstrap_theme.css (limited to 'g') diff --git a/g/style/bootstrap_theme.css b/g/style/bootstrap_theme.css old mode 100644 new mode 100755 index 6bcf515c4..fd13fed97 --- a/g/style/bootstrap_theme.css +++ b/g/style/bootstrap_theme.css @@ -121,6 +121,17 @@ https://codepen.io/jakob-e/pen/doMoML background-size: 100%; background-repeat: no-repeat; } +.share-icon:after{ + content:''; + width: 1rem; + height: 1rem; + margin-left: 0.3rem; + display: inline-block; +background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E %3Cpath d='M.75 0c-.41 0-.75.34-.75.75v5.5c0 .41.34.75.75.75h4.5c.41 0 .75-.34.75-.75v-1.25h-1v1h-4v-5h2v-1h-2.25zm5.25 0v1c-2.05 0-3.7 1.54-3.94 3.53.21-.88.99-1.53 1.94-1.53h2v1l2-2-2-2z' /%3E %3C/svg%3E"); + background-size: 100%; + background-repeat: no-repeat; +} + /* custom css for website*/ /* overwrite all.css */ -- cgit v1.2.1