mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +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%;
|
width: 70%;
|
||||||
height: 70%;
|
height: 70%;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
color: #000;
|
||||||
border: 2px solid #888;
|
border: 2px solid #888;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
z-index: 20001;
|
z-index: 20001;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user