Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/dark-console.css
| Show First 20 Lines • Show All 217 Lines • ▼ Show 20 Lines | .dark-console-panel-error-details { | ||||
| display: none; | display: none; | ||||
| } | } | ||||
| .dark-console-log-frame { | .dark-console-log-frame { | ||||
| height: 500px; | height: 500px; | ||||
| overflow: auto; | overflow: auto; | ||||
| background: #303030; | background: #303030; | ||||
| border: 1px solid #202020; | border: 1px solid #202020; | ||||
| margin: 4px; | margin: 8px 0; | ||||
| } | } | ||||
| .dark-console-log-message { | .dark-console-log-message { | ||||
| background: #404040; | background: #404040; | ||||
| padding: 8px; | padding: 8px; | ||||
| margin: 2px; | margin: 2px; | ||||
| } | } | ||||