32 lines
695 B
CSS
32 lines
695 B
CSS
.file-explorer-plus.pin-icon {
|
|
color: hsl(var(--accent-h), var(--accent-s), var(--accent-l));
|
|
margin-right: 0.2em;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: -4px;
|
|
align-self: center;
|
|
scale: 0.75;
|
|
rotate: 45deg;
|
|
opacity: 0.7;
|
|
}
|
|
.file-explorer-plus.filters-activated-modal {
|
|
display: grid;
|
|
place-items: center;
|
|
}
|
|
.file-explorer-plus table {
|
|
border-collapse: collapse;
|
|
}
|
|
.file-explorer-plus th {
|
|
text-align: center;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border-bottom: 2px solid var(--text-normal);
|
|
}
|
|
.file-explorer-plus td {
|
|
padding: 3px;
|
|
}
|
|
.file-explorer-plus h2.settings-header {
|
|
font-size: calc(var(--font-ui-medium) * 1.3);
|
|
font-weight: var(--font-bold);
|
|
}
|