65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
width: 230px;
margin-left: 5px;
padding: 5px 10px;
border: 2px solid hsl(0, 0%, 80%);
border-radius: 3px;
height: 20px;
background: transparent;
font: normal 18px Tahoma, "Ubuntu Condensed";
color: hsl(0, 0%, 30%);
}
input[placeholder]#grammalecte_conj_verb {
color: hsl(0, 0%, 70%);
}
div#grammalecte_conj_button {
|
|
|
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
width: 230px;
margin-left: 5px;
padding: 5px 10px;
border: 2px solid hsl(0, 0%, 80%);
border-radius: 3px;
height: 20px;
background: transparent;
font: normal 18px Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
color: hsl(0, 0%, 30%);
}
input[placeholder]#grammalecte_conj_verb {
color: hsl(0, 0%, 70%);
}
div#grammalecte_conj_button {
|