mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-09-12 03:05:18 -04:00
Changes to QC tweaks
This commit is contained in:
@@ -7,9 +7,23 @@
|
||||
/*#window-panel .tree-row .title.active, #window-panel .tree-row .title.unread {padding: 0 5px;}*/
|
||||
|
||||
/* Active tab */
|
||||
#window-panel .tree-row .title.active:before {content: '\2B24';position: absolute; margin-left: -40px;}
|
||||
#window-panel .tree-row .title.active {background-color: var(--colorAccentBorder); border-radius: var(--radius);}
|
||||
#window-panel .tree-row .title.active:before {
|
||||
content: '\2B24';
|
||||
position: absolute;
|
||||
margin-left: -40px;
|
||||
}
|
||||
#window-panel .tree-row .title.active {
|
||||
background-color: var(--colorAccentBorder);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
/* Unread tabs */
|
||||
#window-panel .tree-row .title.unread:before {content: '\25CB'; position: absolute; margin-left: -40px}
|
||||
#window-panel .tree-row .title.unread {background-color: var(--colorHighlightBgAlpha); border-radius: var(--radius);}
|
||||
#window-panel .tree-row .title.unread:before {
|
||||
content: '\25CB';
|
||||
position: absolute;
|
||||
margin-left: -40px;
|
||||
}
|
||||
#window-panel .tree-row .title.unread {
|
||||
background-color: var(--colorHighlightBgAlpha);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user