Skip to content

Commit aabfc5d

Browse files
authored
Drugi commit
1 parent 97e4d82 commit aabfc5d

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1>Prosim za:</h1>
9090
2: <input type="text" placeholder="S5XYYY" id="nk2">
9191
3: <input type="text" placeholder="S5XYYY" id="nk3">
9292
<p>Navedite razloge menjave klicnega znaka ter jih utemeljite:</p>
93-
<textarea id="razlog"></textarea>
93+
<textarea></textarea>
9494
</div>
9595
</div>
9696
<div id="oddaj">

skripta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ izd.addEventListener('click', function() {
110110

111111
pocistiVnose(pod);
112112
pocistiVnose(vrac);
113-
113+
114114
dolocilo_input = 1;
115115
});
116116
pod.addEventListener('click', function() {

style.css

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ input[type=text], input[type=email], input[type=date], textarea{
2929
border: 2px solid #0169cc;
3030
border-radius: 5px;
3131
padding: 1%;
32-
background-color: white ;
3332
}
3433

3534
.obv::after {
@@ -38,16 +37,8 @@ input[type=text], input[type=email], input[type=date], textarea{
3837
}
3938

4039
.osivi{
41-
background-color: gray !important;
4240
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;
5142
}
5243

5344
#main {
@@ -172,7 +163,7 @@ input[type=text], input[type=email], input[type=date], textarea{
172163
text-align: center;
173164
margin-bottom: 5%;
174165
background-color: white;
175-
transition: background-color 0.3s ease;
166+
transition: opacity 0.5s ease;
176167
}
177168
#izdaja>input {
178169
width: 20%;
@@ -197,7 +188,7 @@ input[type=text], input[type=email], input[type=date], textarea{
197188
text-align: center;
198189
margin-bottom: 5%;
199190
background-color: white;
200-
transition: background-color 0.3s ease;
191+
transition: opacity 0.5s ease;
201192
}
202193

203194
#podalsanje>p {
@@ -221,7 +212,7 @@ input[type=text], input[type=email], input[type=date], textarea{
221212
padding: fit-content;
222213
text-align: center;
223214
background-color: white;
224-
transition: background-color 0.3s ease;
215+
transition: opacity 0.5s ease;
225216
}
226217

227218
#vracilo>p {
@@ -238,16 +229,17 @@ input[type=text], input[type=email], input[type=date], textarea{
238229
width: 20%;
239230
}
240231

241-
#vracilo>#vrac_dat {
232+
#vracilo>#dat_vrac_kz {
242233
font-weight: normal;
243234
}
244235

245-
#razlog {
236+
#vracilo>textarea {
246237
resize: none;
247238
width: 50%;
248239
height: 100px;
249240
}
250241

242+
251243
#oddaj {
252244
text-align: center;
253245
margin: 0;

0 commit comments

Comments
 (0)