angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

Background color needs to be specified #258

Closed jaychsu closed 9 years ago

jaychsu commented 9 years ago

The background is transparent now. For some user who use chrome-dev-tool dark theme, text is hardly recognizable.

Looks terrible like following: screen shot 2015-09-02 at 10 50 34

And there is my enhance by simply set body { background-color: rgb(255,255,255); } in app.css screen shot 2015-09-02 at 10 58 08

from #257

btford commented 9 years ago

Looks good to me

btford commented 9 years ago

Landed as 282ffacf0c13cc0b2d63b0d1beea6ff23a415359

btford commented 9 years ago

@jaychsu Just FYI this should be in the v0.8.7 release that I cut today.

jaychsu commented 9 years ago

@btford Nice, It's ok.