##// END OF EJS Templates
pyro4: Add the custom header `X-RhodeCode-Backend` to the pyro4 backend responses....
pyro4: Add the custom header `X-RhodeCode-Backend` to the pyro4 backend responses. This custom header sets the SCM backend which is in use. It is used to identify VCS responses in the error handler. VCS responses are skipped during error handling.

File last commit:

r799:98bb3f4f default
r848:2956cade default
Show More
rhodecode-toast.less
29 lines | 571 B | text/x-less | LessCssLexer
@import '../../../../css/variables';
@import '../../../../css/mixins';
paper-toast{
width: 100%;
min-width: 400px;
padding: 0px;
--paper-toast-background-color: transparent;
--paper-toast-color: #000000;
.box-shadow(none);
}
paper-toast a{
font-weight: bold
}
.toast-message-holder {
}
.toast-close {
right: -5px;
position: absolute;
bottom: -45px;
paper-button{
.box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
}
}
paper-toast .alert{
margin: @padding 0 0 0;
.box-shadow(0 2px 5px 0 rgba(0, 0, 0, 0.15));
}