104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#grammalecte_tf_reset:hover {
background-color: hsl(210, 50%, 40%);
}
#grammalecte_tf_progressbar {
width: 400px;
}
#grammalecte_tf_time_res {
width: 60px;
padding: 5px 10px;
}
#grammalecte_tf_apply {
background-color: hsl(120, 50%, 50%);
|
|
|
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#grammalecte_tf_reset:hover {
background-color: hsl(210, 50%, 40%);
}
#grammalecte_tf_progressbar {
width: 360px;
}
#grammalecte_tf_time_res {
width: 60px;
padding: 5px 10px;
}
#grammalecte_tf_apply {
background-color: hsl(120, 50%, 50%);
|