download button style
This commit is contained in:
parent
bd4363e30a
commit
3f25313368
|
@ -33,6 +33,13 @@ body {
|
|||
|
||||
}
|
||||
|
||||
.download-button{
|
||||
background-color: transparent;
|
||||
color: #c8e4ef;
|
||||
border-style: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inputHolder {
|
||||
padding: 10px;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue