Update progress bar color
This commit is contained in:
parent
c615bb44b2
commit
895ba45aec
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "flosight-ui",
|
"name": "flosight-ui",
|
||||||
"description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.",
|
"description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.",
|
||||||
"version": "5.0.0-beta.63",
|
"version": "5.0.0-beta.64",
|
||||||
"repository": "git://github.com/bitpay/flosight-ui.git",
|
"repository": "git://github.com/bitpay/flosight-ui.git",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/bitpay/flosight-ui/issues"
|
"url": "https://github.com/bitpay/flosight-ui/issues"
|
||||||
|
|||||||
@ -24,7 +24,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|||||||
|
|
||||||
/* Styling for the ngProgress itself */
|
/* Styling for the ngProgress itself */
|
||||||
#ngProgress {
|
#ngProgress {
|
||||||
background-color: #6C9032 !important;
|
background-color: #306d8e !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
color: #373D42 !important;
|
color: #373D42 !important;
|
||||||
height: 3px !important;
|
height: 3px !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user