From 9b1e2cfc5f0e9db1684e0bdc83ed39749cd78a93 Mon Sep 17 00:00:00 2001 From: Jimmy Huynh Date: Tue, 26 Jan 2021 16:52:11 +0100 Subject: (+) adding google & mail icons (urls remain unchanged) Signed-off-by: Marco Nassabain --- css/navigation.css | 4 ++++ img/google.svg | 1 + templates/part.content.php | 10 ++++++++++ templates/part.navigation.sharedfeed.php | 4 ++-- 4 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 img/google.svg diff --git a/css/navigation.css b/css/navigation.css index 99a55f5f0..3e7354bc3 100644 --- a/css/navigation.css +++ b/css/navigation.css @@ -101,6 +101,10 @@ background-image: url('../img/facebook.svg') !important; } +.icon-google { + background-image: url('../img/google.svg') !important; +} + .icon-twitter { background-image: url('../img/twitter.svg') !important; } diff --git a/img/google.svg b/img/google.svg new file mode 100644 index 000000000..eb477a4af --- /dev/null +++ b/img/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/part.content.php b/templates/part.content.php index d3aaf0295..ecb9688df 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -143,6 +143,16 @@ > Twitter + + Google + + + Mail + diff --git a/templates/part.navigation.sharedfeed.php b/templates/part.navigation.sharedfeed.php index 36be0856a..ee4bb4fc3 100644 --- a/templates/part.navigation.sharedfeed.php +++ b/templates/part.navigation.sharedfeed.php @@ -1,5 +1,5 @@
  • @@ -11,7 +11,7 @@
    • {{ Navigation.getStarredCount() | unreadCountFormatter }}
    • -- cgit v1.2.3