Skip to content

Commit

Permalink
Update stylesheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnulleins committed Feb 21, 2024
1 parent 6a57ce6 commit 06420bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,24 @@ input[type="file"] {
padding: 10px 12px;
border-radius: 5px;
cursor: pointer;
position: relative;
width: 100%;
}

.custom-file-upload:active {
position: relative;
top: 1px;
}

.custom-file-upload:hover {
background: var(--primary);
background: linear-gradient(
180deg,
rgba(9, 170, 9, 1) 0%,
rgba(0, 128, 0, 1) 100%
);
}

#loader {
width: 48px;
height: 48px;
Expand Down

0 comments on commit 06420bf

Please sign in to comment.