From 126cd7c7d41503a4c1e55de0b0e207f6970abc65 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 8 Dec 2016 12:39:46 -0800 Subject: [PATCH] Darker checkboxes in query editor list --- ui/src/style/chronograf/components/_QueryEditor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/chronograf/components/_QueryEditor.scss b/ui/src/style/chronograf/components/_QueryEditor.scss index a82c304ed2..20204e0066 100644 --- a/ui/src/style/chronograf/components/_QueryEditor.scss +++ b/ui/src/style/chronograf/components/_QueryEditor.scss @@ -238,7 +238,7 @@ $query-editor-height: 250px; transform: translateY(-50%); width: 16px; height: 16px; - background-color: $g5-pepper; + background-color: $g2-kevlar; border-radius: 3px; z-index: 1; }