Spaces:
Running
Running
Aleksmorshen
commited on
Update styles.css
Browse files- styles.css +6 -4
styles.css
CHANGED
@@ -339,7 +339,7 @@ tr:hover {
|
|
339 |
background-color: #333;
|
340 |
}
|
341 |
|
342 |
-
/* Стили для фильтрации
|
343 |
.filter-container {
|
344 |
margin-bottom: 20px;
|
345 |
display: flex;
|
@@ -347,15 +347,17 @@ tr:hover {
|
|
347 |
align-items: center;
|
348 |
}
|
349 |
|
350 |
-
.filter-container input {
|
351 |
-
padding:
|
352 |
font-size: 16px;
|
353 |
border: 1px solid #000;
|
354 |
border-radius: 5px;
|
|
|
|
|
355 |
}
|
356 |
|
357 |
.filter-container button {
|
358 |
-
padding:
|
359 |
font-size: 16px;
|
360 |
background-color: #000;
|
361 |
color: #fff;
|
|
|
339 |
background-color: #333;
|
340 |
}
|
341 |
|
342 |
+
/* Стили для контейнера фильтрации */
|
343 |
.filter-container {
|
344 |
margin-bottom: 20px;
|
345 |
display: flex;
|
|
|
347 |
align-items: center;
|
348 |
}
|
349 |
|
350 |
+
.filter-container input[type="date"] {
|
351 |
+
padding: 10px;
|
352 |
font-size: 16px;
|
353 |
border: 1px solid #000;
|
354 |
border-radius: 5px;
|
355 |
+
background-color: #fff;
|
356 |
+
color: #000;
|
357 |
}
|
358 |
|
359 |
.filter-container button {
|
360 |
+
padding: 10px;
|
361 |
font-size: 16px;
|
362 |
background-color: #000;
|
363 |
color: #fff;
|