forked from vgaNAR6ta/drags-and-nerds
edit: ajout d'une série de fenêtre flottantes déplaçable avec sytème de focus + transformation msgVisualizer en composant séparé et réglages associés
This commit is contained in:
@@ -193,10 +193,20 @@ canvas {
|
||||
background-color: var(--back-color);
|
||||
border-style: solid;
|
||||
border-width: thin;
|
||||
border-radius: 16.1px;
|
||||
border-radius: 21px;
|
||||
border-color: var(--main-color);
|
||||
}
|
||||
|
||||
.zBase{
|
||||
z-index: 33;
|
||||
}
|
||||
|
||||
.zFocus{
|
||||
z-index: 333;
|
||||
border-color: var(--accent-color);
|
||||
border-width: thick;
|
||||
}
|
||||
|
||||
.windowTitle{
|
||||
width:100%;
|
||||
height:50px;
|
||||
|
||||
Reference in New Issue
Block a user