alpha_full/Publication/_makeCss/sass/xDebug.scss
2026-04-06 22:58:51 +02:00

37 lines
771 B
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;
}