Skip to content

Commit

Permalink
Jet Debug
Browse files Browse the repository at this point in the history
------------
* Brand new advanced error displayer
  • Loading branch information
mirekmarek committed May 31, 2024
1 parent f285d25 commit 2a2fcd2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions application/ErrorHandlers/views/css.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
border: 1px solid #c9c9c9;
padding: 10px;
border-radius: 5px;
background-image: linear-gradient(to bottom, #cdffcd, #a2c9a2);
background-image: linear-gradient(to bottom, #ccfdcc, #c9ffc9);
}

.dbg-error-header-type {
Expand Down Expand Up @@ -136,7 +136,7 @@
border: 1px solid #c9c9c9;
padding: 10px;
border-radius: 5px;
background-image: linear-gradient(to bottom, #e1e1e1, #b0b0b0);
background-image: linear-gradient(to bottom, #f9f9f9, #eeeeee);
}


Expand Down Expand Up @@ -192,7 +192,7 @@
#dbg-warnings-details {
height: calc(100vh - 120px);
overflow: auto;
border: 1px solid #5c5c5c;
border: 1px solid #a6a6a6;
}

.dbg-warnings-list-item {
Expand All @@ -202,10 +202,12 @@
}

.dbg-warnings-list-item-selected {
background-color: #5c5c5c;
background-color: #a6a6a6;
padding: 10px;
font-weight: bolder;
color: #dadada;
color: #fafafa;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.dbg-warnings-details-item {
Expand Down

0 comments on commit 2a2fcd2

Please sign in to comment.