From ace58d5ddf32595688c029e5dd58c2c9b64ee93b Mon Sep 17 00:00:00 2001 From: Albert Juhe Date: Mon, 17 Nov 2014 08:47:56 -0800 Subject: [PATCH] Bug 1059376 - DevTools themes - Update arrow color to match the info bar color; r=bgrins --- toolkit/devtools/server/actors/highlighter.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/devtools/server/actors/highlighter.css b/toolkit/devtools/server/actors/highlighter.css index c0b6b08e3fb..6a29d797822 100644 --- a/toolkit/devtools/server/actors/highlighter.css +++ b/toolkit/devtools/server/actors/highlighter.css @@ -103,7 +103,7 @@ height: 0; width: 0; - border: 14px solid hsl(210,2%,22%); + border: 14px solid hsl(214,13%,24%); border-left-color: transparent; border-right-color: transparent; }