2023-05-04 02:00:09 +00:00
|
|
|
.ContentBorder { /*TODO Delete, deprecated*/
|
2023-05-04 00:38:24 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
/* background-color: #DDDDDD;
|
|
|
|
border: 1px solid #000000; */
|
2023-05-03 22:47:23 +00:00
|
|
|
|
2023-05-04 00:38:24 +00:00
|
|
|
overflow: hidden;
|
|
|
|
overflow-x: hidden;
|
2023-05-03 22:47:23 +00:00
|
|
|
}
|
|
|
|
|
2023-05-04 00:38:24 +00:00
|
|
|
.ContextMenu {
|
|
|
|
position: absolute;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
|
2023-05-04 02:00:09 +00:00
|
|
|
background-color: #DDDDDD;
|
|
|
|
|
2023-05-03 22:47:23 +00:00
|
|
|
border: 1px solid #000000;
|
2023-05-04 00:38:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ContextMenu .Content{
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
|
|
|
|
/* Auto layout */
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
/* padding: 4px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-right: 6px;
|
|
|
|
gap: 4px; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.ContextMenu .Row {
|
|
|
|
width: 100%;
|
|
|
|
height: 16px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.ContextMenu .SectionBreaker {
|
|
|
|
|
|
|
|
/* background-color: rebeccapurple; */
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.ContextMenu .Row:hover{
|
|
|
|
background-color: #333399;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ContextMenu .Row .Lable{
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 12px;
|
|
|
|
font-family: "Virtue";
|
|
|
|
|
|
|
|
white-space: nowrap;
|
2023-05-03 22:47:23 +00:00
|
|
|
}
|