Various new stuff.

This commit is contained in:
James Cole
2014-06-28 09:57:17 +02:00
parent f4194368c9
commit a3a30bd5e1
9 changed files with 15 additions and 113 deletions

View File

@@ -5,14 +5,11 @@ div.phpdebugbar {
div.phpdebugbar-header {
background: #efefef url(laravel-icon.png) no-repeat 4px 3px;
background-size: 20px;
line-height: 17px;
}
a.phpdebugbar-restore-btn {
background: #efefef url(laravel-icon.png) no-repeat 5px 3px;
background-size: 20px;
width: 16px;
border-right-color: #ccc;
}
div.phpdebugbar-header > div > * {
@@ -34,32 +31,3 @@ dl.phpdebugbar-widgets-kvlist dt{
dl.phpdebugbar-widgets-kvlist dd {
margin-left: 210px;
}
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {
height: 20px;
top: 0;
background-color: #f4645f;
}
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-label {
top: 2px;
}
div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-widgets-filter {
background-color: #f4645f;
}
a.phpdebugbar-tab.phpdebugbar-active {
background: #f4645f;
color: #fff;
}
a.phpdebugbar-tab.phpdebugbar-active span.phpdebugbar-badge {
background-color: white;
color: #f4645f;
}
a.phpdebugbar-tab span.phpdebugbar-badge {
background: #f4645f;
color: #fff;
}