Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: ui/webui/resources/css/tree.css

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/webui/resources/css/expandable_bubble.css ('k') | ui/webui/resources/js/jstemplate_compiled.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/tree.css
===================================================================
--- ui/webui/resources/css/tree.css (revision 177292)
+++ ui/webui/resources/css/tree.css (working copy)
@@ -115,14 +115,14 @@
html[dir=rtl] .tree-label,
html[dir=rtl] .tree-row[may-have-children] > .tree-label {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/common/folder_closed_rtl.png') 1x,
- url('../../../../../ui/resources/default_200_percent/common/folder_closed_rtl.png') 2x);
+ url('../../../resources/default_100_percent/common/folder_closed_rtl.png') 1x,
+ url('../../../resources/default_200_percent/common/folder_closed_rtl.png') 2x);
}
html[dir=rtl] .tree-item[expanded] > .tree-row > .tree-label {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/common/folder_open_rtl.png') 1x,
- url('../../../../../ui/resources/default_200_percent/common/folder_open_rtl.png') 2x);
+ url('../../../resources/default_100_percent/common/folder_open_rtl.png') 1x,
+ url('../../../resources/default_200_percent/common/folder_open_rtl.png') 2x);
}
tree[icon-visibility=hidden] .tree-label {
@@ -138,14 +138,14 @@
.tree-label,
.tree-row[may-have-children] > .tree-label {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/common/folder_closed.png') 1x,
- url('../../../../../ui/resources/default_200_percent/common/folder_closed.png') 2x);
+ url('../../../resources/default_100_percent/common/folder_closed.png') 1x,
+ url('../../../resources/default_200_percent/common/folder_closed.png') 2x);
}
.tree-item[expanded] > .tree-row > .tree-label {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/common/folder_open.png') 1x,
- url('../../../../../ui/resources/default_200_percent/common/folder_open.png') 2x);
+ url('../../../resources/default_100_percent/common/folder_open.png') 1x,
+ url('../../../resources/default_200_percent/common/folder_open.png') 2x);
}
/* We need to ensure that even empty labels take up space */
« no previous file with comments | « ui/webui/resources/css/expandable_bubble.css ('k') | ui/webui/resources/js/jstemplate_compiled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698