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

Unified Diff: static/css/index.css

Issue 29802599: Fixes #92 - Changed color of index page download button to green (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #6 Created June 8, 2018, 6:29 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/hero-download.html ('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
@@ -92,16 +92,24 @@
{
display: inline-block;
min-width: 250px;
/* stretch full-width <= small tablets */
width: 100%;
/* 0.2em taller than normal buttons */
padding-top: 0.8em;
padding-bottom: 0.8em;
+ color: #fff;
+ background-color: #3D9C4F;
+}
+
+#hero-download-button:hover,
+#hero-download-button:focus
+{
+ background-color: #258333;
}
@media (min-width: 576px)
{
#hero-download-button
{
/* force auto-width >= small tablets */
width: auto;
« no previous file with comments | « includes/hero-download.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld