Links and Other Enhancements
This commit is contained in:
@@ -1092,6 +1092,22 @@ a:hover { color: var(--accent-hover); }
|
||||
.weblink-folder-item.active { background: var(--accent-soft); color: var(--accent); font-weight: 500; }
|
||||
.weblinks-content { flex: 1; min-width: 0; }
|
||||
|
||||
/* ---- Project Progress Mini Bar (dashboard) ---- */
|
||||
.project-progress-mini {
|
||||
width: 60px;
|
||||
height: 6px;
|
||||
background: var(--surface2);
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.project-progress-bar {
|
||||
height: 100%;
|
||||
background: var(--green);
|
||||
border-radius: 3px;
|
||||
transition: width 0.3s;
|
||||
}
|
||||
|
||||
/* ---- Scrollbar ---- */
|
||||
::-webkit-scrollbar { width: 6px; }
|
||||
::-webkit-scrollbar-track { background: transparent; }
|
||||
|
||||
Reference in New Issue
Block a user