Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/index.css

Issue 29749588: Fixes #53 - Added detection and install links for iOS safari (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #8 Created April 12, 2018, 3:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/index.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
{
« no previous file with comments | « includes/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld