Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0ae4648f

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID 0ae4648f6448a9799a569038b71f2723ddf26bec
  • Vorgänger ee702b15
  • Nachfolger 25755954

kivitendo-CSS: Styling Checkbox/Radiobutton doch über 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;
31 28
  background-color: white;
32 29
  border: 1px;
33 30
  border-color: darkgray lightgray lightgray;
......
37 34
  padding: 1px;
38 35
}
39 36

  
37
input[type="text"], input[type="password"]
38
textarea,
39
select {
40
  -moz-appearance: none;
41
  -webkit-appearance: none;
42
  -o-appearance: none;
43
}
44

  
40 45
select {
41 46
  appearance : none;
42 47
  background: white url('../../image/select-down.png') no-repeat scroll right center;

Auch abrufbar als: Unified diff