Spaces:
Running
Running
Commit
·
a969259
1
Parent(s):
640b568
Update index.html
Browse files- index.html +4 -29
index.html
CHANGED
@@ -364,8 +364,8 @@ button:hover {
|
|
364 |
|
365 |
.downloads-options {
|
366 |
width: 250px;
|
367 |
-
|
368 |
-
|
369 |
}
|
370 |
|
371 |
.downloads-list {
|
@@ -415,31 +415,6 @@ button:hover {
|
|
415 |
background-color: #2980b9;
|
416 |
}
|
417 |
|
418 |
-
/* Styling for Search Input with Fixed Size */
|
419 |
-
|
420 |
-
/* Assuming a fixed width and height */
|
421 |
-
.search-input {
|
422 |
-
width: 20px; /* Adjust as needed */
|
423 |
-
height: 35px; /* Adjust as needed */
|
424 |
-
padding: 10px;
|
425 |
-
font-size: 16px;
|
426 |
-
border: 1px solid #ccc;
|
427 |
-
border-radius: 5px;
|
428 |
-
background-color: #fff;
|
429 |
-
/* Add your additional styling */
|
430 |
-
}
|
431 |
-
|
432 |
-
/* Placeholder text color */
|
433 |
-
.search-input::placeholder {
|
434 |
-
color: #999;
|
435 |
-
}
|
436 |
-
|
437 |
-
/* Focus state */
|
438 |
-
.search-input:focus {
|
439 |
-
outline: none;
|
440 |
-
border-color: #3498db; /* Example color on focus */
|
441 |
-
box-shadow: 0 0 5px rgba(52, 152, 219, 0.5); /* Example box shadow on focus */
|
442 |
-
}
|
443 |
|
444 |
|
445 |
</style>
|
@@ -486,9 +461,9 @@ button:hover {
|
|
486 |
<div class="offcanvas-body">
|
487 |
<div class="downloads">
|
488 |
<div class="downloads-options">
|
489 |
-
<div>
|
490 |
<input type="text" id="search" placeholder="Search...">
|
491 |
-
|
492 |
|
493 |
</div>
|
494 |
<div style="width: 160px;">
|
|
|
364 |
|
365 |
.downloads-options {
|
366 |
width: 250px;
|
367 |
+
margin-bottom: 10px;
|
368 |
+
padding: 4px;
|
369 |
}
|
370 |
|
371 |
.downloads-list {
|
|
|
415 |
background-color: #2980b9;
|
416 |
}
|
417 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
418 |
|
419 |
|
420 |
</style>
|
|
|
461 |
<div class="offcanvas-body">
|
462 |
<div class="downloads">
|
463 |
<div class="downloads-options">
|
464 |
+
<div class="downloads-options">
|
465 |
<input type="text" id="search" placeholder="Search...">
|
466 |
+
</div>
|
467 |
|
468 |
</div>
|
469 |
<div style="width: 160px;">
|