| Index: ui/webui/resources/css/expandable_bubble.css
|
| ===================================================================
|
| --- ui/webui/resources/css/expandable_bubble.css (revision 177292)
|
| +++ ui/webui/resources/css/expandable_bubble.css (working copy)
|
| @@ -74,22 +74,18 @@
|
|
|
| .expandable-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);
|
| }
|
|
|
| .expandable-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);
|
| }
|
|
|
| .expandable-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);
|
| }
|
|
|