Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f26471ee

Přidáno uživatelem Ondřej Anděl před téměř 4 roky(ů)

Fix: style-fix (checkbox in chrome)

Zobrazit rozdíly:

application/view/style.css
98 98
  width: 13%;
99 99
}
100 100

  
101
input, select, textarea {
101
input:not(input[type=checkbox]), select, textarea {
102 102
  height: 90%;
103 103
  border-radius: 5px;
104 104
  border: 1px solid grey;
......
108 108
  padding: 6px 12px;
109 109
}
110 110

  
111
input[type=checkbox]
112
{
113
    -webkit-appearance:checkbox;
114
}
115

  
111 116
textarea {
112 117
  width: 100%;
113 118
  resize: none;

Také k dispozici: Unified diff