diff --git a/AUTHORS b/AUTHORS index b7d5e30b5..f5c89fcc3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ The Mist Authors -Alexandre Van de Sande +Alexander Van de Sande Bas van Kervel -Fabian Vogelsteller \ No newline at end of file +Fabian Vogelsteller \ No newline at end of file diff --git a/interface/client/styles/onboardingScreen.import.less b/interface/client/styles/onboardingScreen.import.less index 94d109253..5e4ccef44 100644 --- a/interface/client/styles/onboardingScreen.import.less +++ b/interface/client/styles/onboardingScreen.import.less @@ -7,7 +7,15 @@ flex-direction: column; height: 100%; position: relative; - // background: lighten(@colorOSBackgroundFocus, 10%); + // background: lighten(@colorOSBackgroundFocus, 10%); + + .testnet-indicator { + position: absolute; + top: @gridWidth/2; + right: @gridHeight; + font-weight: 600; + opacity: 0.3; + } .main-content { z-index: 1; diff --git a/interface/client/templates/popupWindows/onboardingScreen.html b/interface/client/templates/popupWindows/onboardingScreen.html index 223583e03..6c255931f 100644 --- a/interface/client/templates/popupWindows/onboardingScreen.html +++ b/interface/client/templates/popupWindows/onboardingScreen.html @@ -1,6 +1,10 @@