1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
8 /* Height is dynamic, width fixed. */
17 padding: 8px 11px 12px;
22 /* When the close button is there, we need more padding on the right of the
24 .bubble-close:not([hidden]) ~ .bubble-content {
25 -webkit-padding-end: 22px;
37 html
[dir
='rtl'] .bubble-close
{
43 background-image: -webkit-image-set
(
44 url
(../../../resources/default_100_percent/close_2.png) 1x,
45 url
(../../../resources/default_200_percent/close_2.png) 2x);
49 background-image: -webkit-image-set
(
50 url
(../../../resources/default_100_percent/close_2_hover.png) 1x,
51 url
(../../../resources/default_200_percent/close_2_hover.png) 2x);
54 .bubble-close:active {
55 background-image: -webkit-image-set
(
56 url
(../../../resources/default_100_percent/close_2_pressed.png) 1x,
57 url
(../../../resources/default_200_percent/close_2_pressed.png) 2x);
62 box-shadow: 0 2px 6px rgba
(0, 0, 0, 0.15);
71 -webkit-transform: rotate
(45deg);
72 box-shadow: 1px 1px 6px rgba
(0, 0, 0, 0.15);
86 border: 1px solid rgba
(0, 0, 0, 0.3);
92 box-sizing: border-box
;