Remove/change loading animation (blue progress indicator) #3313
-
Is it possible to remove the default blue loading (page loading) indicator for a resource? More specifically, I want to change the indicator to something else. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
Paul-Bob
Oct 7, 2024
Replies: 1 comment 3 replies
-
You are referring to the turbo progress bar? This one? If so, this might help you https://railsdesigner.com/turbo-progress-bar/ You can change it from the If you made the Tailwind CSS integration you can change it like this:
...
.turbo-progress-bar {
@apply bg-red-500;
}
... |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sageworksstudio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sageworksstudio
You are referring to the turbo progress bar? This one?
If so, this might help you https://railsdesigner.com/turbo-progress-bar/
You can change it from the
turbo-progress-bar
class.If you made the Tailwind CSS integration you can change it like this:
app/assets/stylesheets/avo/avo.tailwind.css