70 lines
2.8 KiB
CSS
70 lines
2.8 KiB
CSS
@charset "UTF-8";
|
|
div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status {
|
|
color: #555;
|
|
background: #fafafa;
|
|
border-bottom: 1px solid #ddd;
|
|
padding: 6px;
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time, div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory, div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count, div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link, div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-type {
|
|
float: right;
|
|
color: #888;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status span.phpdebugbar-widgets-render-time, div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status span.phpdebugbar-widgets-memory, div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status span.phpdebugbar-widgets-param-count, div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status a.phpdebugbar-widgets-editor-link, div.phpdebugbar-widgets-templates div.phpdebugbar-widgets-status span.phpdebugbar-widgets-type {
|
|
color: #555;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before, div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before, div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before, div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-type:before, div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before, div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before {
|
|
margin-right: 4px;
|
|
font-family: PhpDebugbarFontAwesome;
|
|
font-size: 12px;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:hover {
|
|
color: #aaa;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-render-time:before {
|
|
content: "";
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-memory:before {
|
|
content: "";
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-param-count:before {
|
|
content: "";
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates span.phpdebugbar-widgets-type:before {
|
|
content: "";
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before {
|
|
content: "";
|
|
margin-left: 4px;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params {
|
|
border-collapse: collapse;
|
|
border: 1px solid #ddd;
|
|
width: 70%;
|
|
margin: 10px;
|
|
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
display: none;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params td {
|
|
border: 1px solid #ddd;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
div.phpdebugbar-widgets-templates table.phpdebugbar-widgets-params .phpdebugbar-widgets-name {
|
|
width: 20%;
|
|
font-weight: bold;
|
|
}
|