2016-06-26 13:53:19 +02:00

11 lines
270 B
Plaintext

.c9-divider {
position : relative;
overflow : hidden;
width:0px;
height : 23px;
border-left:1px solid @border-highlight-dark;
border-right:1px solid @border-highlight;
}
.expandedpanel .c9-divider.runcommandsdivider {
display: none;
}