From 9aaf443aa79aa51b3c9f8d512794f79ca1a5a099 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 17 Feb 2015 11:58:18 -0300 Subject: [PATCH] Background color for body --- css/src/main.css | 1 + css/src/mobile.css | 10 +--------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 1edd778a3..a72d83359 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -69,6 +69,7 @@ body, html{ width:100%; color: #2C3E50; -webkit-user-select: text; + background-color: #2C3E50; } header { diff --git a/css/src/mobile.css b/css/src/mobile.css index db6d641ec..c0bb41a9d 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -53,7 +53,7 @@ display: none; } - .page, .main { + .page, .main, .setup-page { height: 100%; } @@ -203,10 +203,6 @@ height:100%; } - .page{ - height:100%; - } - .home-wallet .avatar-wallet { padding: 1.7rem; width: 90px; @@ -232,10 +228,6 @@ height: 30px; } - .setup-page { - height: 100%; - } - .hide-tab-bar { display: none; }