1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Force open handle font color (#418)

When the underlying website uses a white font color (dark theme...) the content is not visible.
This commit is contained in:
Karel Faille 2019-08-05 20:50:57 +02:00 committed by Barry vd. Heuvel
parent 5d44b5e5bc
commit e9d3263a1c

View File

@ -19,6 +19,7 @@ div.phpdebugbar-openhandler {
width: 70%;
height: 70%;
background: #fff;
color: #000;
border: 2px solid #888;
overflow: auto;
z-index: 20001;