@evidentpoint/readium-css
Version:
A set of reference stylesheets for EPUB Reading Systems
22 lines • 551 B
CSS
/* 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" i][list] {
background-color: #f8f8f8;
border: 1px solid #a6a6a6;
}
select[size],
select[multiple],
select[size][multiple] {
background-color: white;
border: 1px solid #999999;
}
select[size="0"],
select[size="1"] {
background-color: #f8f8f8;
border: 1px solid #a6a6a6;
}
input::-webkit-inner-spin-button {
align-self: center;
}