Revision 94a441d4
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
9 | 9 |
background-color: lemonchiffon; |
10 | 10 |
text-decoration: none; |
11 | 11 |
} |
12 |
a, div { |
|
13 |
transition: background-color 0.2s; |
|
14 |
-moz-transition: background-color 0.2s; |
|
15 |
-webkit-transition: background-color 0.2s; |
|
16 |
} |
|
17 |
|
|
18 |
input, textarea, select { |
|
19 |
border: 1px; |
|
20 |
border-color: darkgray lightgray lightgray; |
|
21 |
border-style: solid; |
|
22 |
padding: 1px; |
|
23 |
background-color: white; |
|
24 |
} |
|
25 |
|
|
26 |
select { |
|
27 |
padding: 0px; |
|
28 |
} |
|
12 | 29 |
|
13 | 30 |
input:focus, textarea:focus, select:focus { |
14 |
background-color: yellow; |
|
31 |
background-color: whitesmoke; |
|
32 |
border: 1px; |
|
33 |
border-color: gray lightgray lightgray; |
|
34 |
border-style: solid; |
|
35 |
} |
|
36 |
|
|
37 |
input:hover, textarea:hover, select:hover { |
|
38 |
border-color: dimgray darkgray darkgray; |
|
39 |
} |
|
40 |
|
|
41 |
input[type="button"], |
|
42 |
input[type="submit"], |
|
43 |
button, |
|
44 |
input[type="button"]:focus, |
|
45 |
input[type="submit"]:focus, |
|
46 |
button:focus { |
|
47 |
border: 1px; |
|
48 |
border-color: darkgray; |
|
49 |
border-style: solid; |
|
50 |
padding: 0px 4px; |
|
51 |
-webkit-border-radius: 2px; |
|
52 |
-moz-border-radius: 2px; |
|
53 |
border-radius: 2px; |
|
54 |
background-color: whitesmoke; |
|
55 |
} |
|
56 |
|
|
57 |
button:hover, |
|
58 |
input[type="button"]:hover, |
|
59 |
input[type="submit"]:hover { |
|
60 |
border: 1px; |
|
61 |
background-color: lightgray; |
|
62 |
border-color: gray; |
|
63 |
border-style: solid; |
|
64 |
-webkit-border-radius: 2px; |
|
65 |
-moz-border-radius: 2px; |
|
66 |
border-radius: 2px; |
|
15 | 67 |
} |
16 | 68 |
|
17 | 69 |
html { |
... | ... | |
391 | 443 |
border-style:none; |
392 | 444 |
border-width:thin; |
393 | 445 |
} |
446 |
|
|
447 |
|
Auch abrufbar als: Unified diff
diverse css experimente