Revision 2640:489437dde4f5,
929 bytes
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
New default theme BERLIN, first commit.
Needs A LOT of clean-up and to be enhanced.
|
Line | |
---|
1 | button, input, select, textarea { |
---|
2 | font-family:inherit; |
---|
3 | font-size:100%; |
---|
4 | margin:0; |
---|
5 | } |
---|
6 | button, input { |
---|
7 | line-height:normal |
---|
8 | } |
---|
9 | button, select { |
---|
10 | text-transform:none |
---|
11 | } |
---|
12 | button, html input[type=button], input[type=reset], input[type=submit] { |
---|
13 | -webkit-appearance:button; |
---|
14 | cursor:pointer |
---|
15 | } |
---|
16 | input[type=radio], input[type=checkbox] { |
---|
17 | cursor:pointer |
---|
18 | } |
---|
19 | button:disabled, input:disabled { |
---|
20 | cursor:default |
---|
21 | } |
---|
22 | input[type=checkbox], input[type=radio] { |
---|
23 | padding:0 |
---|
24 | } |
---|
25 | input[type=search] { |
---|
26 | -webkit-appearance:textfield |
---|
27 | } |
---|
28 | input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { |
---|
29 | -webkit-appearance:none |
---|
30 | } |
---|
31 | button::-moz-focus-inner, input::-moz-focus-inner { |
---|
32 | border:0; |
---|
33 | padding:0 |
---|
34 | } |
---|
35 | textarea { |
---|
36 | overflow:auto; |
---|
37 | vertical-align:top |
---|
38 | } |
---|
39 | button, input:not([type=radio]):not([type=checkbox]), select { |
---|
40 | vertical-align:middle |
---|
41 | } |
---|
42 | ::-moz-placeholder { |
---|
43 | opacity:1 |
---|
44 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.