From 90b4bc012179c5e4f1491263a309f3754b40e1ff Mon Sep 17 00:00:00 2001 From: Will Gearty Date: Mon, 24 May 2021 08:34:56 -0500 Subject: [PATCH] fix background color of fruitsalad tabs (#3290) Co-authored-by: hwatheod --- esp/esp/themes/theme_data/fruitsalad/less/main.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esp/esp/themes/theme_data/fruitsalad/less/main.less b/esp/esp/themes/theme_data/fruitsalad/less/main.less index e8ef5e9b59..90e93f5c13 100644 --- a/esp/esp/themes/theme_data/fruitsalad/less/main.less +++ b/esp/esp/themes/theme_data/fruitsalad/less/main.less @@ -374,8 +374,8 @@ margin-bottom: 10px; border-style: solid; border-width: 11px; padding-left: 0px; - border-top-color: white; - border-left-color: white; + border-top-color: @bodyBackground; + border-left-color: @bodyBackground; border-top-right-radius: 0px; margin: 0px; top: 0.0em; @@ -384,8 +384,8 @@ margin-bottom: 10px; #search_box .leftedge { border-style: solid; border-width: 14px; - border-top-color: white; - border-left-color: white; + border-top-color: @bodyBackground; + border-left-color: @bodyBackground; float: left; }