From d6651183b5d95e8e1e23749b71abdaeee8488744 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Wed, 19 Jun 2019 10:31:20 +0100 Subject: [PATCH] Merge pull request #1889 from overleaf/as-fix-cached-icons Temporarily rename icons to bust cache GitOrigin-RevId: 4dc496bbc2f61de1051068f4cbb7ded982fc999f --- .../{logo_google.svg => logo_google_color.svg} | 0 .../other-brands/{logo_ieee.svg => logo_ieee_color.svg} | 0 .../other-brands/{logo_orcid.svg => logo_orcid_color.svg} | 0 .../{logo_sharelatex.svg => logo_sharelatex_color.svg} | 0 .../{logo_twitter.svg => logo_twitter_color.svg} | 0 services/web/public/stylesheets/app/login-register.less | 8 ++++---- 6 files changed, 4 insertions(+), 4 deletions(-) rename services/web/public/img/other-brands/{logo_google.svg => logo_google_color.svg} (100%) rename services/web/public/img/other-brands/{logo_ieee.svg => logo_ieee_color.svg} (100%) rename services/web/public/img/other-brands/{logo_orcid.svg => logo_orcid_color.svg} (100%) rename services/web/public/img/other-brands/{logo_sharelatex.svg => logo_sharelatex_color.svg} (100%) rename services/web/public/img/other-brands/{logo_twitter.svg => logo_twitter_color.svg} (100%) diff --git a/services/web/public/img/other-brands/logo_google.svg b/services/web/public/img/other-brands/logo_google_color.svg similarity index 100% rename from services/web/public/img/other-brands/logo_google.svg rename to services/web/public/img/other-brands/logo_google_color.svg diff --git a/services/web/public/img/other-brands/logo_ieee.svg b/services/web/public/img/other-brands/logo_ieee_color.svg similarity index 100% rename from services/web/public/img/other-brands/logo_ieee.svg rename to services/web/public/img/other-brands/logo_ieee_color.svg diff --git a/services/web/public/img/other-brands/logo_orcid.svg b/services/web/public/img/other-brands/logo_orcid_color.svg similarity index 100% rename from services/web/public/img/other-brands/logo_orcid.svg rename to services/web/public/img/other-brands/logo_orcid_color.svg diff --git a/services/web/public/img/other-brands/logo_sharelatex.svg b/services/web/public/img/other-brands/logo_sharelatex_color.svg similarity index 100% rename from services/web/public/img/other-brands/logo_sharelatex.svg rename to services/web/public/img/other-brands/logo_sharelatex_color.svg diff --git a/services/web/public/img/other-brands/logo_twitter.svg b/services/web/public/img/other-brands/logo_twitter_color.svg similarity index 100% rename from services/web/public/img/other-brands/logo_twitter.svg rename to services/web/public/img/other-brands/logo_twitter_color.svg diff --git a/services/web/public/stylesheets/app/login-register.less b/services/web/public/stylesheets/app/login-register.less index 4f300d6cbe..9d8d9fa7cd 100644 --- a/services/web/public/stylesheets/app/login-register.less +++ b/services/web/public/stylesheets/app/login-register.less @@ -123,16 +123,16 @@ } .login-btn-icon-ieee { - background-image: url(/img/other-brands/logo_ieee.svg); + background-image: url(/img/other-brands/logo_ieee_color.svg); } .login-btn-icon-google { - background-image: url(/img/other-brands/logo_google.svg); + background-image: url(/img/other-brands/logo_google_color.svg); } .login-btn-icon-twitter { - background-image: url(/img/other-brands/logo_twitter.svg); + background-image: url(/img/other-brands/logo_twitter_color.svg); } .login-btn-icon-orcid { - background-image: url(/img/other-brands/logo_orcid.svg); + background-image: url(/img/other-brands/logo_orcid_color.svg); } .login-btn-icon-sharelatex { background-size: 22px;