Dotclear

source: themes/berlin/scss/partials/_forms.scss @ 2640:489437dde4f5

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 
1button, input, select, textarea {
2    font-family:inherit;
3    font-size:100%;
4    margin:0;
5}
6button, input {
7    line-height:normal
8}
9button, select {
10    text-transform:none
11}
12button, html input[type=button], input[type=reset], input[type=submit] {
13    -webkit-appearance:button;
14    cursor:pointer
15}
16input[type=radio], input[type=checkbox] {
17    cursor:pointer
18}
19button:disabled, input:disabled {
20    cursor:default
21}
22input[type=checkbox], input[type=radio] {
23    padding:0
24}
25input[type=search] {
26    -webkit-appearance:textfield
27}
28input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
29    -webkit-appearance:none
30}
31button::-moz-focus-inner, input::-moz-focus-inner {
32    border:0;
33    padding:0
34}
35textarea {
36    overflow:auto;
37    vertical-align:top
38}
39button, 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.

Sites map