|
|
|
@ -378,10 +378,14 @@ $session-compose-margin: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-loading-screen {
|
|
|
|
|
background: #000;
|
|
|
|
|
|
|
|
|
|
@include themify($themes) {
|
|
|
|
|
background: themed('inboxBackground');
|
|
|
|
|
}
|
|
|
|
|
.session-text-logo {
|
|
|
|
|
filter: none !important; // force no filter on the text of the app loading
|
|
|
|
|
@include themify($themes) {
|
|
|
|
|
filter: themed('filterSessionText') !important;
|
|
|
|
|
}
|
|
|
|
|
// filter: none ; // force no filter on the text of the app loading
|
|
|
|
|
// as the theme is not set right on the start.
|
|
|
|
|
// this is to avoid a text color switch on app loading.
|
|
|
|
|
}
|
|
|
|
|