You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
938 B
64 lines
938 B
.ReorderableList
|
|
{
|
|
background-color:#282828;
|
|
}
|
|
|
|
.ReorderableList > #ListContainer
|
|
{
|
|
background-color:#383838;
|
|
padding-top: 2px;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
.ReorderableList > * > *
|
|
{
|
|
flex-direction:row;
|
|
align-items:center;
|
|
}
|
|
|
|
.ReorderableList > * > *.selected
|
|
{
|
|
background-color:#3d6091;
|
|
}
|
|
|
|
.ReorderableList > * > * > #DraggingHandle
|
|
{
|
|
width: 16px;
|
|
align-items:center;
|
|
justify-content:center;
|
|
}
|
|
|
|
.ReorderableList > #Toolbar
|
|
{
|
|
flex-direction:row;
|
|
align-items:center;
|
|
justify-content:flex-end;
|
|
}
|
|
|
|
.ReorderableList > #Toolbar > *
|
|
{
|
|
height: 16px;
|
|
width: 32px;
|
|
justify-content:center;
|
|
}
|
|
|
|
.ReorderableList > #Toolbar > #Add
|
|
{
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.ReorderableList > #Toolbar > #Remove
|
|
{
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
|
|
.ReorderableList > #Toolbar > * > #icon
|
|
{
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
#DraggingHandle #icon
|
|
{
|
|
width: 10px;
|
|
height: 6px;
|
|
}
|