download button style

This commit is contained in:
AHKAD 2024-09-17 10:58:57 +00:00
parent bd4363e30a
commit 3f25313368
2 changed files with 8 additions and 1 deletions

View File

@ -33,6 +33,13 @@ body {
}
.download-button{
background-color: transparent;
color: #c8e4ef;
border-style: none;
cursor: pointer;
}
.inputHolder {
padding: 10px;
margin-top: 5px;

View File

@ -83,7 +83,7 @@
</div>
<input type="text" id="datepicker" autocomplete="off" onchange="getCityDetails()">
<button id="downloadButton">Download</button>
<button id="downloadButton" class="download-button"><i class="fa-solid fa-download"></i></button>
</div>
<div class="dropdown">