Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ee702b15

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID ee702b156a31153e2b4fa38d6b90e60625e72323
  • Vorgänger 93a1b332
  • Nachfolger 0ae4648f

kivitendo-CSS: Input-Styling rein über CSS und nicht vom Browser-Toolkit

Unterschiede anzeigen:

css/kivitendo/main.css
25 25
  -moz-border-radius: 0;
26 26
  -webkit-border-radius: 0;
27 27
  -khtml-border-radius: 0;
28
  -moz-appearance: none;
29
  -webkit-appearance: none;
30
  -o-appearance: none;
28 31
  background-color: white;
29 32
  border: 1px;
30 33
  border-color: darkgray lightgray lightgray;
......
35 38
}
36 39

  
37 40
select {
38
  -moz-appearance: none;
39
  -webkit-appearance: none;
40
  -o-appearance: none;
41 41
  appearance : none;
42 42
  background: white url('../../image/select-down.png') no-repeat scroll right center;
43 43
  padding: 0 14px 0 0;

Auch abrufbar als: Unified diff