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

Unified Diff: ui/webui/resources/css/bubble.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/OWNERS ('k') | ui/webui/resources/css/expandable_bubble.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/bubble.css
===================================================================
--- ui/webui/resources/css/bubble.css (revision 177292)
+++ ui/webui/resources/css/bubble.css (working copy)
@@ -42,24 +42,20 @@
.bubble-close {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/close_bar.png') 1x,
- url('../../../../../ui/resources/default_200_percent/close_bar.png') 2x);
+ url('../../../resources/default_100_percent/close_bar.png') 1x,
+ url('../../../resources/default_200_percent/close_bar.png') 2x);
}
.bubble-close:hover {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/close_bar_hover.png')
- 1x,
- url('../../../../../ui/resources/default_200_percent/close_bar_hover.png')
- 2x);
+ url('../../../resources/default_100_percent/close_bar_hover.png') 1x,
+ url('../../../resources/default_200_percent/close_bar_hover.png') 2x);
}
.bubble-close:active {
background-image: -webkit-image-set(
- url('../../../../../ui/resources/default_100_percent/close_bar_pressed.png')
- 1x,
- url('../../../../../ui/resources/default_200_percent/close_bar_pressed.png')
- 2x);
+ url('../../../resources/default_100_percent/close_bar_pressed.png') 1x,
+ url('../../../resources/default_200_percent/close_bar_pressed.png') 2x);
}
.bubble-shadow {
« no previous file with comments | « ui/webui/OWNERS ('k') | ui/webui/resources/css/expandable_bubble.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698