RESOLVED FIXED 37216
Chromium: support themes in devtools window.
https://bugs.webkit.org/show_bug.cgi?id=37216
Summary Chromium: support themes in devtools window.
Pavel Feldman
Reported 2010-04-07 10:19:18 PDT
Patch to follow.
Attachments
[PATCH] Proposed change. (6.72 KB, patch)
2010-04-07 10:28 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2010-04-07 10:28:00 PDT
Created attachment 52748 [details] [PATCH] Proposed change.
Yury Semikhatsky
Comment 2 2010-04-07 10:30:44 PDT
Comment on attachment 52748 [details] [PATCH] Proposed change. > + "body #toolbar, body.inactive #toolbar {\ > + background-image: none;\ > + background-color: " + backgroundColor + ";\ > + }\ > + \ > + body .status-bar {\ > + background-image: url(Images/statusbarBackgroundChromium2.png);\ > + background-color: " + backgroundColor + ";\ > + }\ > + \ > + body button.status-bar-item {\ > + background-image: none;\ > + }\ > + \ > + button.status-bar-item {\ > + background-image: none;\ > + border-right: 1px solid " + backgroundColor + ";\ > + }\ > + \ > + .status-bar {\ > + background-image: none;\ > + color: " + color + ";\ > + }\ > + \ > + body #drawer {\ > + background-image: none;\ > + }\ > + \ > + #drawer-status-bar {\ > + background-image: url(Images/statusbarBackgroundChromium2.png);\ > + background-color: " + backgroundColor + ";\ > + }\ > + \ > + \ > + body.drawer-visible #main-status-bar {\ > + background-image: url(Images/statusbarBackgroundChromium2.png);\ > + }\ > + \ > + body .crumbs .crumb, body .crumbs .crumb.end {\ > + -webkit-border-image: url(Images/segmentChromium2.png) 0 12 0 2;\ > + background-color: " + backgroundColor + ";\ > + }\ > + \ > + body .crumbs .crumb:hover, body .crumbs .crumb.dimmed:hover {\ > + -webkit-border-image: url(Images/segmentHoverChromium2.png) 0 12 0 2;\ > + }\ > + \ > + body .crumbs .crumb.end {\ > + -webkit-border-image: url(Images/segmentChromium2.png) 0 12 0 2;\ > + }\ > + \ > + body .crumbs .crumb.selected:hover, body .crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover {\ > + -webkit-border-image: url(Images/segmentSelectedChromium2.png) 0 12 0 2;\ > + }\ > + \ > + body select.status-bar-item {\ > + -webkit-border-image: url(Images/statusbarMenuButtonChromium2.png) 0 17 0 2;\ > + background-color: " + backgroundColor + ";\ > + text-shadow: none;\ > + }\ > + \ > + .glyph {\ > + background-color: " + color + ";\ > + }\ > + \ > + button.status-bar-item .glyph.shadow {\ > + display: none;\ > + }\ > + \ > + .crumbs, .crumbs .crumb:hover, .scope-bar li, .toolbar-label, select.status-bar-item {\ > + text-shadow: none;\ > + color: " + color + ";\ > + }"; > +} > + Can you move this into its own file?
Eric Seidel (no email)
Comment 3 2010-05-17 00:41:23 PDT
Unsure of the status of this patch. It's been in pending-commit for over a month. Updates?
Yury Semikhatsky
Comment 4 2010-05-17 01:50:05 PDT
It was landed r57220. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.