Skip to content

Commit e9d3263

Browse files
shaffe-frbarryvdh
authored andcommitted
Force open handle font color (php-debugbar#418)
When the underlying website uses a white font color (dark theme...) the content is not visible.
1 parent 5d44b5e commit e9d3263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DebugBar/Resources/openhandler.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ div.phpdebugbar-openhandler {
1919
width: 70%;
2020
height: 70%;
2121
background: #fff;
22+
color: #000;
2223
border: 2px solid #888;
2324
overflow: auto;
2425
z-index: 20001;

0 commit comments

Comments
 (0)