Open boardtc opened 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@boardtc You can try to use this css:
.tab.window-0:not(.window-0 ~ .window-0),
.tab.window-1:not(.window-1 ~ .window-1),
.tab.window-2:not(.window-2 ~ .window-2),
.tab.window-3:not(.window-3 ~ .window-3),
.tab.window-4:not(.window-4 ~ .window-4),
.tab.window-5:not(.window-5 ~ .window-5),
.tab.window-6:not(.window-6 ~ .window-6),
.tab.window-7:not(.window-7 ~ .window-7),
.tab.window-8:not(.window-8 ~ .window-8),
.tab.window-9:not(.window-9 ~ .window-9) {
border-top: 10px solid green;
}
Quick tabs is an excellent extension.
With multiple windows open it would be convenient if the dropdown list of open tabs was divided per window, like the way you do "Recently Closed"