From ff4efa481a6f58d5fd521241ed0ff9d266dd1b7a Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 7 Jul 2014 17:12:55 -0400 Subject: [PATCH] Match the create button style on the landing page to the other headings --- static/css/quay.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index fa50f77ab..d7158cf39 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1359,12 +1359,14 @@ i.toggle-icon:hover { } .landing .header-bar .user-tools i { - padding: 4px; + margin-top: 0px; + padding: 12px; border-radius: 4px; + color: white !important; } .landing .header-bar .user-tools i:hover { - background: rgba(255, 255, 255, 0.4) !important; + background: rgba(255, 255, 255, 0.2) !important; } .landing .navbar-links a {