mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
42 lines
707 B
CSS
42 lines
707 B
CSS
.command-logger {
|
|
background: #1e1e1e;
|
|
color: #eee;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.command-logger .category-header {
|
|
text-align: center;
|
|
padding-bottom: 5px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.command-logger .category-summary {
|
|
text-align: center;
|
|
padding-bottom: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.command-logger .tree-map {
|
|
margin: auto;
|
|
background-color: #efefef;
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
body.command-logger-node-text {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.command-logger-node-text div {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.command-logger-node-text span {
|
|
font-size: 10px;
|
|
color: #fff;
|
|
text-shadow: #000 1px 1px 4px;
|
|
}
|