1 /* Copyright (c) 2013 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. */
11 -webkit-app-region: drag
;
12 background-color: white
;
19 border-bottom: 1px solid
#e5e5e5;
22 .titlebar-close-button {
23 background-image: -webkit-image-set
(
24 url
(chrome://theme
/IDR_CLOSE_DIALOG
) 1x,
25 url
(chrome://theme
/IDR_CLOSE_DIALOG@
2x) 2x);
26 -webkit-app-region: no-drag
;
34 .titlebar-close-button:active {
35 background-image: -webkit-image-set
(
36 url
(chrome://theme
/IDR_CLOSE_DIALOG_P
) 1x,
37 url
(chrome://theme
/IDR_CLOSE_DIALOG_P@
2x) 2x);
40 .titlebar-close-button:hover {
41 background-image: -webkit-image-set
(
42 url
(chrome://theme
/IDR_CLOSE_DIALOG_H
) 1x,
43 url
(chrome://theme
/IDR_CLOSE_DIALOG_H@
2x) 2x);