diff --git a/css/app.css b/css/app.css index 56a4062f8..9c2ec85f6 100644 --- a/css/app.css +++ b/css/app.css @@ -1836,7 +1836,7 @@ div.typeahead a:first-child { text-align: center; } -.modal a.action, .modal button.action { +.modal a.action, .modal-splash button.action { font-weight: normal; color: #7092FF; background-color: white; @@ -1849,12 +1849,12 @@ div.typeahead a:first-child { transition: all 200ms; } -.modal a.action:hover, .modal button.action:hover { +.modal a.action:hover, .modal-splash button.action:hover { background-color: #ececec; } a.action:before, -.modal button.action:before { +.modal-splash button.action:before { display: block; content: ''; height: 100px; diff --git a/js/id/ui/splash.js b/js/id/ui/splash.js index 09b2a6432..7c96171ef 100644 --- a/js/id/ui/splash.js +++ b/js/id/ui/splash.js @@ -1,7 +1,7 @@ iD.ui.Splash = function(context) { return function(selection) { - if (context.storage('sawSplash')) - return; + // if (context.storage('sawSplash')) + // return; context.storage('sawSplash', true);