mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Change loading screen background to white to make it less distracting when navigating between apps.
This commit is contained in:
parent
8d642709bd
commit
816084335b
2 changed files with 2 additions and 3 deletions
|
@ -92,7 +92,7 @@ html(lang='en')
|
|||
-webkit-justify-content: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
background: #5A5A5A;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
.kibanaWelcomeLogo {
|
||||
|
|
|
@ -27,7 +27,6 @@ block content
|
|||
margin-top: 130px; /* 1 */
|
||||
text-align: center;
|
||||
background: #3caed2;
|
||||
box-shadow: 0 0 2em #444444;
|
||||
}
|
||||
|
||||
.kibanaLoader__logo {
|
||||
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue