mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing datasource title display.
Removing borders from debug output.
This commit is contained in:
parent
cd661126ae
commit
18f58c41ae
1 changed files with 3 additions and 1 deletions
|
@ -180,6 +180,9 @@ table td.actions a {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: Monaco, Consolas, "Courier New", monospaced;
|
font-family: Monaco, Consolas, "Courier New", monospaced;
|
||||||
}
|
}
|
||||||
|
.cake-sql-log caption {
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Paging */
|
/* Paging */
|
||||||
div.paging {
|
div.paging {
|
||||||
|
@ -436,7 +439,6 @@ pre.cake-debug {
|
||||||
}
|
}
|
||||||
div.cake-stack-trace {
|
div.cake-stack-trace {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 4px dotted #ffcc00;
|
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|
Loading…
Reference in a new issue