Skip to content

Commit

Permalink
Fix border radius on progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Thompson12 committed Dec 21, 2023
1 parent 092cb13 commit 4d5c41b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/app/www/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ box-shadow: 0 0 0 0.25rem rgb(51, 153, 255, 50%);
pointer-events: none;
}

.shiny-progress-notification .progress {
border-radius: 1em;
}

.shiny-progress-notification .progress-bar {
--bs-progress-bar-bg-lighter: color-mix(in srgb, var(--bs-progress-bar-bg), #eee 40%);
background-color: unset;
Expand Down

0 comments on commit 4d5c41b

Please sign in to comment.