зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1549324 - Fix red background color of Params and Response error; r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D29995 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2555fb9646
Коммит
396100a0f3
|
@ -332,24 +332,25 @@
|
|||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/* Params tabpanel */
|
||||
/* Params and Response error messages */
|
||||
|
||||
.network-monitor .request-error-header {
|
||||
.network-monitor .request-error-header,
|
||||
.network-monitor .response-error-header {
|
||||
margin: 0;
|
||||
padding: 3px 8px;
|
||||
background-color: var(--theme-highlight-red);
|
||||
color: var(--theme-selection-color);
|
||||
padding: 4px 8px;
|
||||
border-bottom: 1px solid var(--theme-splitter-color);
|
||||
background-color: var(--red-60);
|
||||
color: white;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.theme-dark .network-monitor .request-error-header,
|
||||
.theme-dark .network-monitor .response-error-header {
|
||||
background-color: var(--red-70);
|
||||
}
|
||||
|
||||
/* Response tabpanel */
|
||||
|
||||
.network-monitor .response-error-header {
|
||||
margin: 0;
|
||||
padding: 3px 8px;
|
||||
background-color: var(--theme-highlight-red);
|
||||
color: var(--theme-selection-color);
|
||||
}
|
||||
|
||||
.network-monitor .response-image-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Загрузка…
Ссылка в новой задаче