diff --git a/app/assets/images/mobile/logo.png b/app/assets/images/mobile/logo.png index cf8cff11f..094d222a8 100644 Binary files a/app/assets/images/mobile/logo.png and b/app/assets/images/mobile/logo.png differ diff --git a/app/assets/images/ncculogo.ico b/app/assets/images/ncculogo.ico index 0550cd4b0..b60e63142 100644 Binary files a/app/assets/images/ncculogo.ico and b/app/assets/images/ncculogo.ico differ diff --git a/app/assets/stylesheets/mobile/orbit-mobile.css.erb.css b/app/assets/stylesheets/mobile/orbit-mobile.css.erb.css index dff993c85..4620f6e70 100644 --- a/app/assets/stylesheets/mobile/orbit-mobile.css.erb.css +++ b/app/assets/stylesheets/mobile/orbit-mobile.css.erb.css @@ -101,7 +101,7 @@ div[data-role="page"] { border: none; z-index: 50; /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545b60), to(#191a1c));*/ - background-image: -webkit-linear-gradient(top, #5282A6, #133757); + background-image: -webkit-linear-gradient(top, #A02C5E, #300E1D); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset; } .header h1.ui-title { @@ -116,9 +116,9 @@ div[data-role="page"] { margin-left: -15px; font-size: 20px; /*color: #727272;*/ - color: #7CA6C5; + color: #C57CB3; /*background-color: #252525;*/ - background-color: #144366; + background-color: #421528; border-radius: 0 0 5px 5px; height: 15px; line-height: 16px; @@ -135,14 +135,14 @@ div[data-role="page"] { background-image: none; } .header .ui-btn-up-a { - border: 1px solid #133547; - background-color: #0C4C64; - background-image: -webkit-gradient(linear, left top, left bottom, from( #0D6691 ), to( #0E3A4B )); - background-image: -webkit-linear-gradient( #0D6691 , #0E3A4B ); - background-image: -moz-linear-gradient( #0D6691 , #0E3A4B ); - background-image: -ms-linear-gradient( #0D6691 , #0E3A4B ); - background-image: -o-linear-gradient( #0D6691 , #0E3A4B ); - background-image: linear-gradient( #0D6691 , #0E3A4B ); + border: 1px solid #471334; + background-color: #600C64; + background-image: -webkit-gradient(linear, left top, left bottom, from( #910D86 ), to( #490E4B )); + background-image: -webkit-linear-gradient( #910D86 , #490E4B ); + background-image: -moz-linear-gradient( #910D86 , #490E4B ); + background-image: -ms-linear-gradient( #910D86 , #490E4B ); + background-image: -o-linear-gradient( #910D86 , #490E4B ); + background-image: linear-gradient( #910D86 , #490E4B ); } .header h1 img { height: 30px;