Update colors to match Flo blue

This commit is contained in:
Sky Young 2018-05-21 16:10:56 -07:00
parent 9325a1c103
commit c615bb44b2
2 changed files with 12 additions and 12 deletions

View File

@ -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.62", "version": "5.0.0-beta.63",
"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"

View File

@ -103,7 +103,7 @@ margin-left: 0;
} }
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th { .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background-color: #F0F7E2; background-color: #e8f6ff;
} }
.navbar { min-height: 64px; } .navbar { min-height: 64px; }
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
@ -115,7 +115,7 @@ margin-left: 0;
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #373D42;} .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #373D42;}
.navbar-default { .navbar-default {
background-color: #8DC429; background-color: #3d7c9f;
margin: 0; margin: 0;
border: 0; border: 0;
} }
@ -128,7 +128,7 @@ margin-left: 0;
} }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus { .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
background-color: #6C9032; background-color: #406072;
color: #fff; color: #fff;
} }
@ -166,7 +166,7 @@ margin-left: 0;
} }
.navbar-form .form-control { .navbar-form .form-control {
background-color: #7CAD23; background-color: #298ec4;
border-radius: 3px; border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
@ -201,14 +201,14 @@ margin-left: 0;
#search { color: #fff; } #search { color: #fff; }
#search::-webkit-input-placeholder { #search::-webkit-input-placeholder {
color: #BCDF7E; color: #87bfdd;
font-family: 'Ubuntu', sans-serif; font-family: 'Ubuntu', sans-serif;
font-style: italic; font-style: italic;
font-weight: 100; font-weight: 100;
} }
#search::-moz-placeholder { #search::-moz-placeholder {
color: #BCDF7E; color: #87bfdd;
font-family: 'Ubuntu', sans-serif; font-family: 'Ubuntu', sans-serif;
font-weight: 100; font-weight: 100;
} }
@ -216,7 +216,7 @@ margin-left: 0;
.status { .status {
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
background-color: #597338; background-color: #376177;
border-radius: 3px; border-radius: 3px;
margin: 15px 0; margin: 15px 0;
padding: 8px 10px; padding: 8px 10px;
@ -316,8 +316,8 @@ margin-left: 0;
border-radius: 2px; border-radius: 2px;
} }
.btn-primary { .btn-primary {
background-color: #8DC429; background-color: #218bc4;
border: 2px solid #76AF0F; border: 2px solid #0b71a8;
} }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
@ -363,7 +363,7 @@ margin-left: 0;
} }
.txvalues-primary { .txvalues-primary {
background-color: #8DC429; background-color: #2587bc;
} }
.txvalues-default { .txvalues-default {
@ -386,7 +386,7 @@ margin-left: 0;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
} }
.progress-bar-info { background-color: #8DC429; } .progress-bar-info { background-color: #2587bc; }
/* Set the fixed height of the footer here */ /* Set the fixed height of the footer here */
#footer { #footer {