improve trash / starred view

This commit is contained in:
2025-05-25 20:49:12 +02:00
parent 7807c9a055
commit 08a5ff5d1c
4 changed files with 188 additions and 18 deletions

11
static/css/trash.css Normal file
View File

@@ -0,0 +1,11 @@
.btn-group .btn.active {
background-color: #e6f3f4 !important;
border-color: #16767b !important;
color: #16767b !important;
}
.btn-group .btn:not(.active) {
background-color: #fff !important;
border-color: #e9ecef !important;
color: #6c757d !important;
}