From fe6b766ff1b424f50f9ec9f840269712f9e7a0c3 Mon Sep 17 00:00:00 2001 From: jakedt Date: Thu, 13 Feb 2014 17:07:17 -0500 Subject: [PATCH] Switch the tutorial window title bar to the primary color. --- static/css/quay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/quay.css b/static/css/quay.css index cbedebb12..63d69bf85 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2997,7 +2997,7 @@ p.editable:hover i { } .angular-tour-ui-element.overlay .tour-title { - background-color: #5bc0de; + background-color: #3276b1; color: white; padding: 4px; padding-left: 6px;