 Issue 29749588:
  Fixes #53 - Added detection and install links for iOS safari  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29749588:
  Fixes #53 - Added detection and install links for iOS safari  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org| Index: static/css/index.css | 
| =================================================================== | 
| --- a/static/css/index.css | 
| +++ b/static/css/index.css | 
| @@ -239,16 +239,17 @@ | 
| } | 
| #content.android .install-button, | 
| #content.firefox.ua-firefox .install-button, | 
| #content.chrome.ua-chrome .install-button, | 
| #content.opera.ua-opera .install-button, | 
| #content.internet-explorer.ua-internet-explorer .install-button, | 
| #content.safari.ua-safari .install-button, | 
| +#content.safari.ua-ios .install-button, | 
| #content.yandex-browser.ua-yandex-browser .install-button, | 
| #content.edge.ua-edge .install-button, | 
| /* IE6 fixes */ | 
| #content.firefox_ua-firefox .install-button, | 
| #content.chrome_ua-chrome .install-button, | 
| #content.opera_ua-opera .install-button, | 
| #content.internet-explorer_ua-internet-explorer .install-button, | 
| #content.safari_ua-safari .install-button, | 
| @@ -266,16 +267,17 @@ | 
| } | 
| #content.android .install-button:hover, | 
| #content.firefox.ua-firefox .install-button:hover, | 
| #content.chrome.ua-chrome .install-button:hover, | 
| #content.opera.ua-opera .install-button:hover, | 
| #content.internet-explorer.ua-internet-explorer .install-button:hover, | 
| #content.safari.ua-safari .install-button:hover, | 
| +#content.safari.ua-ios .install-button:hover, | 
| #content.yandex-browser.ua-yandex-browser .install-button:hover, | 
| #content.edge.ua-edge .install-button:hover, | 
| /* IE6 fixes */ | 
| #content.firefox_ua-firefox .install-button:hover, | 
| #content.chrome_ua-chrome .install-button:hover, | 
| #content.opera_ua-opera .install-button:hover, | 
| #content.internet-explorer_ua-internet-explorer .install-button:hover, | 
| #content.safari_ua-safari .install-button:hover, | 
| @@ -286,16 +288,17 @@ | 
| } | 
| #content.android .install-button:active, | 
| #content.firefox.ua-firefox .install-button:active, | 
| #content.chrome.ua-chrome .install-button:active, | 
| #content.opera.ua-opera .install-button:active, | 
| #content.internet-explorer.ua-internet-explorer .install-button:active, | 
| #content.safari.ua-safari .install-button:active, | 
| +#content.safari.ua-ios .install-button:active, | 
| #content.yandex-browser.ua-yandex-browser .install-button:active, | 
| #content.edge.ua-edge .install-button:active, | 
| /* IE6 fixes */ | 
| #content.firefox_ua-firefox .install-button:active, | 
| #content.chrome_ua-chrome .install-button:active, | 
| #content.opera_ua-opera .install-button:active, | 
| #content.internet-explorer_ua-internet-explorer .install-button:active, | 
| #content.safari_ua-safari .install-button:active, | 
| @@ -309,17 +312,18 @@ | 
| background: -o-linear-gradient(bottom, #62c52b, #4f9d22); | 
| background: linear-gradient(bottom, #62c52b, #4f9d22); | 
| box-shadow: 0px 0px 7px #486c15; | 
| } | 
| #content.firefox #install-firefox, #content.chrome #install-chrome, | 
| #content.opera #install-opera, #content.android #install-android, | 
| #content.internet-explorer #install-internet-explorer, | 
| -#content.safari #install-safari, | 
| +#content.safari.ua-safari #install-safari, | 
| 
ire
2018/04/13 08:41:14
You don't need the .ua-safari or .ua-ios here beca
 
juliandoucette
2018/04/13 11:58:22
There are two buttons. One for ua-safari, and anot
 
ire
2018/04/16 15:14:42
Yes, but now neither button will show then the use
 | 
| +#content.safari.ua-ios #install-ios-safari, | 
| #content.yandex-browser #install-yandex-browser, | 
| #content.edge #install-edge | 
| { | 
| display: inline-block; | 
| } | 
| #other-platform ul | 
| { |