diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/resources/default_100_percent/close_2.png (renamed from ui/resources/default_100_percent/close_bar.png) | bin | 193 -> 193 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/close_2_hover.png (renamed from ui/resources/default_100_percent/close_bar_hover.png) | bin | 227 -> 227 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/close_2_mask.png (renamed from ui/resources/default_100_percent/close_bar_mask.png) | bin | 131 -> 131 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/close_2_pressed.png (renamed from ui/resources/default_100_percent/close_bar_pressed.png) | bin | 125 -> 125 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/close_2.png (renamed from ui/resources/default_200_percent/close_bar.png) | bin | 303 -> 303 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/close_2_hover.png (renamed from ui/resources/default_200_percent/close_bar_hover.png) | bin | 538 -> 538 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/close_2_mask.png (renamed from ui/resources/default_200_percent/close_bar_mask.png) | bin | 261 -> 261 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/close_2_pressed.png (renamed from ui/resources/default_200_percent/close_bar_pressed.png) | bin | 309 -> 309 bytes | |||
-rw-r--r-- | ui/resources/ui_resources.grd | 8 | ||||
-rw-r--r-- | ui/webui/resources/css/bubble.css | 12 | ||||
-rw-r--r-- | ui/webui/resources/css/expandable_bubble.css | 12 |
11 files changed, 16 insertions, 16 deletions
diff --git a/ui/resources/default_100_percent/close_bar.png b/ui/resources/default_100_percent/close_2.png Binary files differindex 912df05d..912df05d 100644 --- a/ui/resources/default_100_percent/close_bar.png +++ b/ui/resources/default_100_percent/close_2.png diff --git a/ui/resources/default_100_percent/close_bar_hover.png b/ui/resources/default_100_percent/close_2_hover.png Binary files differindex c5e1481..c5e1481 100644 --- a/ui/resources/default_100_percent/close_bar_hover.png +++ b/ui/resources/default_100_percent/close_2_hover.png diff --git a/ui/resources/default_100_percent/close_bar_mask.png b/ui/resources/default_100_percent/close_2_mask.png Binary files differindex 0b604ee..0b604ee 100644 --- a/ui/resources/default_100_percent/close_bar_mask.png +++ b/ui/resources/default_100_percent/close_2_mask.png diff --git a/ui/resources/default_100_percent/close_bar_pressed.png b/ui/resources/default_100_percent/close_2_pressed.png Binary files differindex cc5bbbe..cc5bbbe 100644 --- a/ui/resources/default_100_percent/close_bar_pressed.png +++ b/ui/resources/default_100_percent/close_2_pressed.png diff --git a/ui/resources/default_200_percent/close_bar.png b/ui/resources/default_200_percent/close_2.png Binary files differindex 1818bb2..1818bb2 100644 --- a/ui/resources/default_200_percent/close_bar.png +++ b/ui/resources/default_200_percent/close_2.png diff --git a/ui/resources/default_200_percent/close_bar_hover.png b/ui/resources/default_200_percent/close_2_hover.png Binary files differindex 04624df..04624df 100644 --- a/ui/resources/default_200_percent/close_bar_hover.png +++ b/ui/resources/default_200_percent/close_2_hover.png diff --git a/ui/resources/default_200_percent/close_bar_mask.png b/ui/resources/default_200_percent/close_2_mask.png Binary files differindex fb57484..fb57484 100644 --- a/ui/resources/default_200_percent/close_bar_mask.png +++ b/ui/resources/default_200_percent/close_2_mask.png diff --git a/ui/resources/default_200_percent/close_bar_pressed.png b/ui/resources/default_200_percent/close_2_pressed.png Binary files differindex 4d0b267..4d0b267 100644 --- a/ui/resources/default_200_percent/close_bar_pressed.png +++ b/ui/resources/default_200_percent/close_2_pressed.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 748b9f9..811bd91 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -163,10 +163,10 @@ <if expr="pp_ifdef('toolkit_views')"> <structure type="chrome_scaled_image" name="IDR_CLOSE" file="close.png" /> </if> - <structure type="chrome_scaled_image" name="IDR_CLOSE_BAR" file="close_bar.png" /> - <structure type="chrome_scaled_image" name="IDR_CLOSE_BAR_H" file="close_bar_hover.png" /> - <structure type="chrome_scaled_image" name="IDR_CLOSE_BAR_MASK" file="close_bar_mask.png" /> - <structure type="chrome_scaled_image" name="IDR_CLOSE_BAR_P" file="close_bar_pressed.png" /> + <structure type="chrome_scaled_image" name="IDR_CLOSE_2" file="close_2.png" /> + <structure type="chrome_scaled_image" name="IDR_CLOSE_2_H" file="close_2_hover.png" /> + <structure type="chrome_scaled_image" name="IDR_CLOSE_2_MASK" file="close_2_mask.png" /> + <structure type="chrome_scaled_image" name="IDR_CLOSE_2_P" file="close_2_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_CLOSE_DIALOG" file="close_dialog.png" /> <structure type="chrome_scaled_image" name="IDR_CLOSE_DIALOG_H" file="close_dialog_hover.png" /> <structure type="chrome_scaled_image" name="IDR_CLOSE_DIALOG_P" file="close_dialog_pressed.png" /> diff --git a/ui/webui/resources/css/bubble.css b/ui/webui/resources/css/bubble.css index ad42d96..9975cfe 100644 --- a/ui/webui/resources/css/bubble.css +++ b/ui/webui/resources/css/bubble.css @@ -42,20 +42,20 @@ html[dir='rtl'] .bubble-close { .bubble-close { background-image: -webkit-image-set( - url('../../../resources/default_100_percent/close_bar.png') 1x, - url('../../../resources/default_200_percent/close_bar.png') 2x); + url('../../../resources/default_100_percent/close_2.png') 1x, + url('../../../resources/default_200_percent/close_2.png') 2x); } .bubble-close:hover { background-image: -webkit-image-set( - url('../../../resources/default_100_percent/close_bar_hover.png') 1x, - url('../../../resources/default_200_percent/close_bar_hover.png') 2x); + url('../../../resources/default_100_percent/close_2_hover.png') 1x, + url('../../../resources/default_200_percent/close_2_hover.png') 2x); } .bubble-close:active { background-image: -webkit-image-set( - url('../../../resources/default_100_percent/close_bar_pressed.png') 1x, - url('../../../resources/default_200_percent/close_bar_pressed.png') 2x); + url('../../../resources/default_100_percent/close_2_pressed.png') 1x, + url('../../../resources/default_200_percent/close_2_pressed.png') 2x); } .bubble-shadow { diff --git a/ui/webui/resources/css/expandable_bubble.css b/ui/webui/resources/css/expandable_bubble.css index ee4bc03..a5b51b5 100644 --- a/ui/webui/resources/css/expandable_bubble.css +++ b/ui/webui/resources/css/expandable_bubble.css @@ -74,18 +74,18 @@ .expandable-bubble-close { background-image: -webkit-image-set( - url('../../../resources/default_100_percent/close_bar.png') 1x, - url('../../../resources/default_200_percent/close_bar.png') 2x); + url('../../../resources/default_100_percent/close_2.png') 1x, + url('../../../resources/default_200_percent/close_2.png') 2x); } .expandable-bubble-close:hover { background-image: -webkit-image-set( - url('../../../resources/default_100_percent/close_bar_hover.png') 1x, - url('../../../resources/default_200_percent/close_bar_hover.png') 2x); + url('../../../resources/default_100_percent/close_2_hover.png') 1x, + url('../../../resources/default_200_percent/close_2_hover.png') 2x); } .expandable-bubble-close:active { background-image: -webkit-image-set( - url('../../../resources/default_100_percent/close_bar_pressed.png') 1x, - url('../../../resources/default_200_percent/close_bar_pressed.png') 2x); + url('../../../resources/default_100_percent/close_2_pressed.png') 1x, + url('../../../resources/default_200_percent/close_2_pressed.png') 2x); } |