mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
11 lines
270 B
Plaintext
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;
|
|
} |