FileBrowser Folder
This commit is contained in:
@@ -84,6 +84,21 @@ body {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* ===== BREADCRUMB ===== */
|
||||
.breadcrumb {
|
||||
font-size: 12px;
|
||||
color: var(--muted);
|
||||
margin-bottom: 8px;
|
||||
min-height: 18px;
|
||||
}
|
||||
.bc-seg {
|
||||
cursor: pointer;
|
||||
color: var(--accent);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
.bc-seg:hover { color: var(--text); }
|
||||
|
||||
/* ===== PROGRAM LIST ===== */
|
||||
#program-list {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user