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 font-family: sans-serif
;
10 -webkit-user-select: none
;
17 <if expr
="not is_android and not chromeos">
22 #outer:hover h1
, #
outer:hover #close
{
32 border: 1px black solid
;
33 box-sizing: border-box
;
44 <if expr
="not is_android">
47 <if expr
="is_android">
53 <if expr
="not is_android">
62 background-image: -webkit-image-set
(
63 url
('../../../ui/resources/default_100_percent/close_2.png') 1x,
64 url
('../../../ui/resources/default_200_percent/close_2.png') 2x);
65 background-position: right top
;
66 background-repeat: no-repeat
;
70 background-image: -webkit-image-set
(
71 url
('../../../ui/resources/default_100_percent/close_2_hover.png') 1x,
72 url
('../../../ui/resources/default_200_percent/close_2_hover.png') 2x);
76 background-image: -webkit-image-set
(
77 url
('../../../ui/resources/default_100_percent/close_2_pressed.png') 1x,
78 url
('../../../ui/resources/default_200_percent/close_2_pressed.png') 2x);