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:
parent
5d44b5e5bc
commit
e9d3263a1c
@ -19,6 +19,7 @@ div.phpdebugbar-openhandler {
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
border: 2px solid #888;
|
||||
overflow: auto;
|
||||
z-index: 20001;
|
||||
|
Loading…
x
Reference in New Issue
Block a user