Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49186

Ionic Progress Variables

$
0
0

@NomadStudios wrote:

I want to style a progress bar <progress> element in my application but it keeps changing to a default setting.
I did try to change it in my scss folder in Progress.scss and also made a Custom style nothing cahnged.

What makes it strange is that I was busy styling and all the styles worked until I had a good looking progress bar and then suddenly it went back to its former state.

Is there some kind of bug or mistake that I am making?

`progress {
display: block;
//margin: $progress-margin ;
width: $progress-width ;
}

progress::-webkit-progress-bar
{
background-color: #ddd;
border-radius: 2px;
box-shadow: 0 2px 5px rgba(244, 244, 244, 0.25) inset;
width: 100%;
height: 20px;
}
progress::-webkit-progress-value
{
background: #3299E6;
}`

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>