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. */
6 -webkit-user-select: none
;
7 font-family: sans-serif
;
19 <if expr
="not is_android and not chromeos">
24 #outer:hover h1
, #
outer:hover #close
{
35 border: 1px black solid
;
36 box-sizing: border-box
;
39 justify-content: center
;
45 background-image: -webkit-image-set
(
46 url
(../../../../ui/resources/default_100_percent/close_2.png) 1x,
47 url
(../../../../ui/resources/default_200_percent/close_2.png) 2x);
48 background-position: right top
;
49 background-repeat: no-repeat
;
55 <if expr
="not is_android">
61 #close[data-plugin-type
='document'] {
66 background-image: -webkit-image-set
(
67 url
(../../../../ui/resources/default_100_percent/close_2_hover.png) 1x,
68 url
(../../../../ui/resources/default_200_percent/close_2_hover.png) 2x);
72 background-image: -webkit-image-set
(
73 url
(../../../../ui/resources/default_100_percent/close_2_pressed.png) 1x,
74 url
(../../../../ui/resources/default_200_percent/close_2_pressed.png) 2x);