summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/css/themeMac.css
blob: 64950d72c65f78310b04c69b7a0648a24197b2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Copyright 2014 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

select, input[type="color"][list] {
    background-color: #f8f8f8;
    border: 1px solid #a6a6a6;
}

select[size],
select[multiple],
select[size][multiple] {
    background: white;
    border: 1px inset gray;
}

input::-webkit-inner-spin-button {
    align-self: center;
}