Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / devtools / front_end / ui / closeButton.css
blob61c9fa48f4c6f312e156077f51cbfd3cc579dbaf
1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 div {
8 background-image: url(Images/toolbarButtonGlyphs.png);
9 background-size: 352px 168px;
12 @media (-webkit-min-device-pixel-ratio: 1.5) {
13 div {
14 background-image: url(Images/toolbarButtonGlyphs_2x.png);
16 } /* media */
18 .close-button {
19 width: 14px;
20 height: 14px;
21 background-position: -128px -96px;
22 cursor: default;
25 .close-button:hover {
26 background-position: -96px -96px;
29 .close-button:active {
30 background-position: -111px -96px;
33 .close-button-gray {
34 width: 13px;
35 height: 13px;
36 background-position: -175px -96px;
39 .close-button-gray:hover {
40 background-position: -143px -96px;
43 .close-button-gray:active {
44 background-position: -160px -96px;