seperate delete from archive functions
This commit is contained in:
1 parent
42a9595966
commit
9921e61515
7 files changed
+208
-40
No files matched your search
@@ -865,6 +865,17 @@ fieldset[disabled] button {
|
||||
box-shadow: 0 0 0 3px var(--accent-a22);
|
||||
}
|
||||
|
||||
/* Custom chevron for all themed selects */
|
||||
.form-card select,
|
||||
.field-select,
|
||||
.session-filter-select {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 10px center;
|
||||
padding-right: 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* ================================================================
|
||||
TABLE
|
||||
================================================================ */
|
||||
|
||||
Reference in new issue
Block a user