[webkit-reviews] review granted: [Bug 37216] Chromium: support themes in devtools window. : [Attachment 52748] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 10:30:44 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 37216: Chromium: support themes in devtools window.
https://bugs.webkit.org/show_bug.cgi?id=37216

Attachment 52748: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=52748&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
> +	   "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?


More information about the webkit-reviews mailing list