An electron-based WIP aesthetic file explorer ^^
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.
|
|
|
#ctx {
|
|
|
|
font-family: 'Nunito', sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #d4d4d4;
|
|
|
|
border: 1px solid #af2188a4;
|
|
|
|
border-radius: 7px 7px;
|
|
|
|
position: absolute;
|
|
|
|
background-color: #101010df;
|
|
|
|
padding: 7px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ctx hr {
|
|
|
|
margin: 4px 5px;
|
|
|
|
border-color: #f3f3f3ca;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ctx-item p {margin: 0 0; padding: 0 0;}
|
|
|
|
|
|
|
|
.ctx-item {
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 3px;
|
|
|
|
transition: background-color .1s ease-in;
|
|
|
|
margin: 0 0;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
.ctx-item:hover {background-color: #90909049;}
|
|
|
|
|
|
|
|
.ctx-group {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: stretch;
|
|
|
|
align-content: stretch;
|
|
|
|
row-gap: 2px;
|
|
|
|
}
|