Skip to content

Commit

Permalink
snackbar: make progress visible
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Kłos <[email protected]>
Change-Id: I3f1022c4680d749f80116b7480e58e14e2bce5b1
  • Loading branch information
eszkadev committed Oct 9, 2023
1 parent cc01c5c commit 231a94b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions browser/css/jsdialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,11 @@ input[type='number']:hover::-webkit-outer-spin-button {
width: 100%;
}

.snackbar .ui-progressbar progress {
min-width: 120px;
margin-right: 10px;
}

/* snackbar */
.snackbar {
border: none !important;
Expand Down

0 comments on commit 231a94b

Please sign in to comment.