2 * Copyright (c) 2014 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.
12 align-items: center
!important
;
21 input
.dt-checkbox-themed
{
22 -webkit-appearance: none
;
23 margin: 0 5px auto
2px;
24 border: 1px solid rgb
(45, 45, 45);
26 background-color: rgb
(102, 102, 102);
31 input
.dt-checkbox-themed:after
{
41 input
.dt-checkbox-themed:checked:after
{
42 background-color: #333;
45 input
.dt-checkbox-themed:after
{
46 -webkit-mask-image: url
(Images/toolbarButtonGlyphs.png);
47 -webkit-mask-size: 352px 168px;
48 -webkit-mask-position: -128px -110px;
51 @media (-webkit-min-device-pixel-ratio: 1.5) {
52 input
.dt-checkbox-themed:after
{
53 -webkit-mask-image: url
(Images/toolbarButtonGlyphs_2x.png);