c9-core/plugins/c9.ide.layout.classic/less/c9-divider.less

11 wiersze
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;
}