RESOLVED FIXED 98701
Web Inspector: Zebra stripe the console
https://bugs.webkit.org/show_bug.cgi?id=98701
Summary Web Inspector: Zebra stripe the console
johnjbarton
Reported 2012-10-08 16:02:01 PDT
I find it hard to hit the links on the RHS of the Console panel. I think zebra striping would help, and now-a-days its super easy. index 04ada32..3a19113 100644 --- a/Source/WebCore/inspector/front-end/inspector.css +++ b/Source/WebCore/inspector/front-end/inspector.css @@ -1020,6 +1020,10 @@ body.platform-linux .monospace, body.platform-linux .source-code { color: rgb(15%, 15%, 15%); } +.console-message:nth-of-type(even) { + background-color: #F0F0F0; +} + .console-message-url { float: right; margin-left: 4px;
Attachments
Patch (1.34 KB, patch)
2012-10-09 11:11 PDT, johnjbarton
no flags
screenshot of zebra stripes (30.70 KB, image/png)
2012-10-09 11:17 PDT, johnjbarton
no flags
Patch (1.31 KB, patch)
2012-10-10 09:21 PDT, johnjbarton
no flags
johnjbarton
Comment 1 2012-10-09 11:11:16 PDT
johnjbarton
Comment 2 2012-10-09 11:17:38 PDT
Created attachment 167793 [details] screenshot of zebra stripes
Pavel Feldman
Comment 3 2012-10-10 07:09:04 PDT
I must admin I don't like it. Adding Patrick.
Pavel Feldman
Comment 4 2012-10-10 07:09:13 PDT
*admit
dubroy
Comment 5 2012-10-10 07:30:31 PDT
I'm not a big fan of permanent zebra-striping either. What about showing a row highlight on hover, like we do in the Elements pane? An even more subtle technique would be to only show the highlight when you are hovering over a link on the RHS.
johnjbarton
Comment 6 2012-10-10 09:21:26 PDT
dubroy
Comment 7 2012-10-11 06:52:37 PDT
Why #F0F0F0? It should probably be the same color as the hover color the Elements pane, for consistency.
WebKit Review Bot
Comment 8 2012-10-11 06:56:49 PDT
Comment on attachment 168012 [details] Patch Clearing flags on attachment: 168012 Committed r131053: <http://trac.webkit.org/changeset/131053>
WebKit Review Bot
Comment 9 2012-10-11 06:56:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.