59 lines
1.4 KiB
SCSS
Executable File
59 lines
1.4 KiB
SCSS
Executable File
.xdebug-error {
|
|
font-size: 0.9rem !important;
|
|
width: 95% !important;
|
|
color:red;
|
|
font-weight:normal;
|
|
margin: 0 auto 10px auto !important;
|
|
border: 1px solid lightgrey !important;
|
|
background: white !important;
|
|
overflow: auto;
|
|
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
white-space:break-word;
|
|
}
|
|
|
|
.xdebug-error th, .xdebug-error td {
|
|
padding: 5px !important;
|
|
}
|
|
|
|
.xdebug-error th {
|
|
background: white !important;
|
|
}
|
|
|
|
.xdebug-error span {
|
|
display: none !important;
|
|
}
|
|
|
|
.xdebug-error_description th {
|
|
font-size: 1.2em !important;
|
|
padding: 20px 4px 20px 100px !important;
|
|
background: #ccc no-repeat left top !important;
|
|
}
|
|
|
|
.xdebug-error_callStack th {
|
|
background: #666 !important;
|
|
color: #ddd !important;
|
|
}
|
|
|
|
//-----------------------------------------------
|
|
// Mon debug
|
|
//-----------------------------------------------
|
|
.debugStyle { line-height:20px; margin:auto; margin-bottom:1px; padding:2px; display:block; width:100%;max-width:100%; color:grey; font-size:0.9rem; background-color:#EFEFEF; white-space:break-spaces; word-break:break-all; overflow-wrap:break-word; border:1px solid grey;}
|
|
|
|
.debugMessage {
|
|
color:#46850C;
|
|
background-color:#DCFEBC;
|
|
border-radius:5px;
|
|
padding:1px;
|
|
width:100%;
|
|
}
|
|
|
|
.debugStyleKo {
|
|
color: #FFF;
|
|
background-color:#FA5858;
|
|
border-radius:5px;
|
|
padding:1px;
|
|
width:100%;
|
|
}
|