diff --git a/package.json b/package.json index 93ace24..de47e94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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.", - "version": "5.0.0-beta.62", + "version": "5.0.0-beta.63", "repository": "git://github.com/bitpay/flosight-ui.git", "bugs": { "url": "https://github.com/bitpay/flosight-ui/issues" diff --git a/public/src/css/common.css b/public/src/css/common.css index 08d5dcd..28a4ab4 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -103,7 +103,7 @@ margin-left: 0; } .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th { - background-color: #F0F7E2; + background-color: #e8f6ff; } .navbar { min-height: 64px; } .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 { - background-color: #8DC429; + background-color: #3d7c9f; margin: 0; border: 0; } @@ -128,7 +128,7 @@ margin-left: 0; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus { - background-color: #6C9032; + background-color: #406072; color: #fff; } @@ -166,7 +166,7 @@ margin-left: 0; } .navbar-form .form-control { - background-color: #7CAD23; + background-color: #298ec4; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; @@ -201,14 +201,14 @@ margin-left: 0; #search { color: #fff; } #search::-webkit-input-placeholder { - color: #BCDF7E; + color: #87bfdd; font-family: 'Ubuntu', sans-serif; font-style: italic; font-weight: 100; } #search::-moz-placeholder { - color: #BCDF7E; + color: #87bfdd; font-family: 'Ubuntu', sans-serif; font-weight: 100; } @@ -216,7 +216,7 @@ margin-left: 0; .status { -moz-border-radius: 3px; -webkit-border-radius: 3px; - background-color: #597338; + background-color: #376177; border-radius: 3px; margin: 15px 0; padding: 8px 10px; @@ -316,8 +316,8 @@ margin-left: 0; border-radius: 2px; } .btn-primary { - background-color: #8DC429; - border: 2px solid #76AF0F; + background-color: #218bc4; + border: 2px solid #0b71a8; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, @@ -363,7 +363,7 @@ margin-left: 0; } .txvalues-primary { - background-color: #8DC429; + background-color: #2587bc; } .txvalues-default { @@ -386,7 +386,7 @@ margin-left: 0; font-size: 14px; font-weight: normal; } -.progress-bar-info { background-color: #8DC429; } +.progress-bar-info { background-color: #2587bc; } /* Set the fixed height of the footer here */ #footer {