From 32257c5e957036c384679c707c13e689ed866e41 Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Wed, 26 Feb 2014 15:53:17 -0800 Subject: [PATCH] Updates overlay background color --- stylesheets/ui-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/ui-variables.less b/stylesheets/ui-variables.less index 4e0c319..12b8f41 100644 --- a/stylesheets/ui-variables.less +++ b/stylesheets/ui-variables.less @@ -46,7 +46,7 @@ @panel-heading-background-color: #43484d; @panel-heading-border-color: fadein(@base-border-color, 10%); -@overlay-background-color: #202123; +@overlay-background-color: @tool-panel-background-color; @overlay-border-color: @background-color-highlight; @button-background-color: #1C1F26;