From e9d3263a1c6352a743c72e57cb5daa2f6d2a5d7d Mon Sep 17 00:00:00 2001 From: Karel Faille Date: Mon, 5 Aug 2019 20:50:57 +0200 Subject: [PATCH] Force open handle font color (#418) When the underlying website uses a white font color (dark theme...) the content is not visible. --- src/DebugBar/Resources/openhandler.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DebugBar/Resources/openhandler.css b/src/DebugBar/Resources/openhandler.css index 503dddf..863a8bd 100644 --- a/src/DebugBar/Resources/openhandler.css +++ b/src/DebugBar/Resources/openhandler.css @@ -19,6 +19,7 @@ div.phpdebugbar-openhandler { width: 70%; height: 70%; background: #fff; + color: #000; border: 2px solid #888; overflow: auto; z-index: 20001;