pulsar/themes/atom-dark-ui/command-logger.less

40 lines
650 B
Plaintext
Raw Normal View History

2013-08-15 03:23:31 +04:00
@import "ui-colors";
.command-logger {
background: #1e1e1e;
2013-08-15 03:23:31 +04:00
color: @text-color-2;
padding-top: 10px;
padding-bottom: 10px;
}
2012-12-28 04:46:48 +04:00
.command-logger .category-header {
text-align: center;
}
.command-logger .category-summary {
2012-12-28 04:46:48 +04:00
text-align: center;
}
2012-12-28 04:46:48 +04:00
.command-logger .tree-map {
margin: auto;
2013-08-15 03:23:31 +04:00
background-color: #eee;
2012-12-28 05:10:53 +04:00
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;
2012-12-28 21:28:02 +04:00
cursor: pointer;
}
.command-logger-node-text span {
2012-12-28 04:46:48 +04:00
font-size: 10px;
2012-12-28 06:24:55 +04:00
color: #fff;
2012-12-28 08:51:54 +04:00
text-shadow: #000 1px 1px 4px;
}