Files
atom/src/packages/command-logger/stylesheets/command-logger.less
2013-06-12 10:18:23 -07:00

21 lines
317 B
Plaintext

.command-logger {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: auto;
z-index: 99;
}
.command-logger-node-text div {
display: table-cell;
vertical-align: middle;
text-align: center;
cursor: pointer;
}
.command-logger-node-text span {
-webkit-user-select: none;
}