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