mirror of
https://codeberg.org/armin/xenia-skins.git
synced 2026-09-01 04:10:49 +02:00
first commit
This commit is contained in:
parent
81fef1099e
commit
f2e76c3756
141 changed files with 31261 additions and 0 deletions
38
xtDefault/xt-waveeditor-defaults.rcss
Normal file
38
xtDefault/xt-waveeditor-defaults.rcss
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
.x-we-tree
|
||||
{
|
||||
border: 3dp #0008;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.x-we-treeitem-withcanvas
|
||||
{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.x-we-treeitem-withcanvas-text
|
||||
{
|
||||
flex: 0 0 50%;
|
||||
}
|
||||
|
||||
.x-we-treeitem-canvas
|
||||
{
|
||||
flex: 0 0 50%;
|
||||
}
|
||||
|
||||
.x-we-treeitem-text
|
||||
{
|
||||
}
|
||||
|
||||
.x-we-graph
|
||||
{
|
||||
border: 3dp #0008;
|
||||
}
|
||||
|
||||
:x-table-algorithmic
|
||||
{
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
:x-table-readonly
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue