Skip to content

Commit

Permalink
Change loading screen background to white to make it less distracting…
Browse files Browse the repository at this point in the history
… when navigating between apps. (elastic#9313)
  • Loading branch information
cjcenizal authored Dec 1, 2016
1 parent a15d1c9 commit c989ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui/views/chrome.jade
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ html(lang='en')
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: #5A5A5A;
background: #FFFFFF;
}

.kibanaWelcomeLogo {
Expand Down
3 changes: 1 addition & 2 deletions src/ui/views/ui_app.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ block content
margin-top: 130px; /* 1 */
text-align: center;
background: #3caed2;
box-shadow: 0 0 2em #444444;
}

.kibanaLoader__logo {
Expand Down Expand Up @@ -100,7 +99,7 @@ block content
*/
.kibanaLoadingMessage {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
color: white;
color: #8c8c8c;
max-width: 540px;
height: 50px; /* 1 */
margin-top: 80px; /* 1 */
Expand Down

0 comments on commit c989ee1

Please sign in to comment.