aboutsummaryrefslogtreecommitdiffstats
path: root/development/index.html
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-09-14 11:25:27 +0800
committerkumavis <aaron@kumavis.me>2017-09-14 11:25:27 +0800
commitb53d04c40975adc0fadf20bc6ca875bd9c39e595 (patch)
tree8bd46765152728172314bed921e498cf346f3b35 /development/index.html
parent610f09262d8686cf975b25ffb6e2b5371e3d55c0 (diff)
downloadtangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.gz
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.tar.zst
tangerine-wallet-browser-b53d04c40975adc0fadf20bc6ca875bd9c39e595.zip
tests - integration - get flat and mascara tests closer to compatible
Diffstat (limited to 'development/index.html')
-rw-r--r--development/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/index.html b/development/index.html
index 048aa3f35..a0814cb55 100644
--- a/development/index.html
+++ b/development/index.html
@@ -14,13 +14,13 @@
</body>
<style>
-html, body, #app-content, .super-dev-container {
+html, body, #test-container, .super-dev-container {
height: 100%;
width: 100%;
position: relative;
background: white;
}
-.mock-app-root {
+#app-content {
background: #F7F7F7;
}
</style>