parent
88c085d72d
commit
350fac6659
@ -0,0 +1,27 @@ |
|||||||
|
/* dragbar UI */ |
||||||
|
|
||||||
|
.dragbar_terminal { |
||||||
|
display: block; |
||||||
|
width: 100%; |
||||||
|
position: absolute; |
||||||
|
left: 0px; |
||||||
|
top: 0px; |
||||||
|
height: 0.3em; |
||||||
|
z-index: 9999; |
||||||
|
} |
||||||
|
|
||||||
|
.overlay { |
||||||
|
position: absolute; |
||||||
|
left: 0; |
||||||
|
top: 0; |
||||||
|
width: 100vw; |
||||||
|
height: 100vh; |
||||||
|
display: block; |
||||||
|
z-index: 9998; |
||||||
|
} |
||||||
|
|
||||||
|
.dragbar_terminal:hover, |
||||||
|
.dragbar_terminal.ondrag { |
||||||
|
background-color: var(--secondary); |
||||||
|
cursor: row-resize; |
||||||
|
} |
Loading…
Reference in new issue