2 * Copyright (C) 2008 Google Inc. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above
11 * copyright notice, this list of conditions and the following disclaimer
12 * in the documentation and/or other materials provided with the
14 * * Neither the name of Google Inc. nor the names of its
15 * contributors may be used to endorse or promote products derived from
16 * this software without specific prior written permission.
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 /* These styles override the default styling for HTML elements as defined in
32 WebCore/css/html.css. So far we have used this file exclusively for
33 making our form elements match Firefox's. */
36 input
[type
="email" i
],
37 input
[type
="number" i
],
38 input
[type
="password" i
],
41 input
[type
="text" i
] {
45 input
[type
="search" i
] {
49 input
[type
="checkbox" i
] {
50 margin:3px 3px 3px 4px;
53 input
[type
="radio" i
] {
57 input
[type
="range" i
] {
61 /* Not sure this is the right color. #EBEBE4 is what Firefox uses.
62 FIXME: Figure out how to support legacy input rendering.
63 FIXME: Add input[type="file" i] once we figure out our file inputs.
64 FIXME: Add input[type="image" i] once we figure out our image inputs.
65 FIXME: We probably do the wrong thing if you put an invalid input type.
69 input:not
([type
]):disabled
,
70 input
[type
="color" i
]:disabled
,
71 input
[type
="date" i
]:disabled
,
72 input
[type
="datetime" i
]:disabled
,
73 input
[type
="datetime-local" i
]:disabled
,
74 input
[type
="email" i
]:disabled
,
75 input
[type
="month" i
]:disabled
,
76 input
[type
="password" i
]:disabled
,
77 input
[type
="number" i
]:disabled
,
78 input
[type
="search" i
]:disabled
,
79 input
[type
="tel" i
]:disabled
,
80 input
[type
="text" i
]:disabled
,
81 input
[type
="time" i
]:disabled
,
82 input
[type
="url" i
]:disabled
,
83 input
[type
="week" i
]:disabled
{
84 background-color: #EBEBE4;
87 input
[type
="search" i
]::-webkit-search-cancel-button
{
91 input
[type
="search" i
]::-webkit-search-results-decoration
{
92 margin: auto
3px auto
2px;
95 input
[type
="search" i
]::-webkit-search-results-button
{
96 margin: auto
3px auto
2px;
99 input::-webkit-outer-spin-button
{
103 input
[type
="button" i
], input
[type
="submit" i
], input
[type
="reset" i
], input
[type
="file" i
]::-webkit-file-upload-button
, button
{
107 /* Windows selects are not rounded. Custom borders for them shouldn't be either. */
113 /* Same as native_theme_base. */
114 border-color: #a9a9a9;
119 select
[size
][multiple
] {
120 /* Same as native_theme_base. */
121 border: 1px solid
#a9a9a9;
125 font-family: monospace
;
126 /* Same as native_theme_base. */
127 border-color: #a9a9a9;