2015-02-10 23:41:24 +04: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;
}