@@ -29,7 +29,6 @@ input[type=text], input[type=email], input[type=date], textarea{
29
29
border : 2px solid # 0169cc ;
30
30
border-radius : 5px ;
31
31
padding : 1% ;
32
- background-color : white ;
33
32
}
34
33
35
34
.obv ::after {
@@ -38,16 +37,8 @@ input[type=text], input[type=email], input[type=date], textarea{
38
37
}
39
38
40
39
.osivi {
41
- background-color : gray !important ;
42
40
cursor : pointer;
43
- border : 2px solid black !important ;
44
- }
45
- .osivi > * {
46
- background-color : gray !important ;
47
- border-radius : 20px ;
48
- }
49
- .osivi > input , textarea {
50
- border-color : black;
41
+ opacity : 0.5 ;
51
42
}
52
43
53
44
# main {
@@ -172,7 +163,7 @@ input[type=text], input[type=email], input[type=date], textarea{
172
163
text-align : center;
173
164
margin-bottom : 5% ;
174
165
background-color : white;
175
- transition : background-color 0.3 s ease;
166
+ transition : opacity 0.5 s ease;
176
167
}
177
168
# izdaja > input {
178
169
width : 20% ;
@@ -197,7 +188,7 @@ input[type=text], input[type=email], input[type=date], textarea{
197
188
text-align : center;
198
189
margin-bottom : 5% ;
199
190
background-color : white;
200
- transition : background-color 0.3 s ease;
191
+ transition : opacity 0.5 s ease;
201
192
}
202
193
203
194
# podalsanje > p {
@@ -221,7 +212,7 @@ input[type=text], input[type=email], input[type=date], textarea{
221
212
padding : fit-content;
222
213
text-align : center;
223
214
background-color : white;
224
- transition : background-color 0.3 s ease;
215
+ transition : opacity 0.5 s ease;
225
216
}
226
217
227
218
# vracilo > p {
@@ -238,16 +229,17 @@ input[type=text], input[type=email], input[type=date], textarea{
238
229
width : 20% ;
239
230
}
240
231
241
- # vracilo > # vrac_dat {
232
+ # vracilo > # dat_vrac_kz {
242
233
font-weight : normal;
243
234
}
244
235
245
- # razlog {
236
+ # vracilo > textarea {
246
237
resize : none;
247
238
width : 50% ;
248
239
height : 100px ;
249
240
}
250
241
242
+
251
243
# oddaj {
252
244
text-align : center;
253
245
margin : 0 ;
0 commit comments