Mass action toggle button added

This commit is contained in:
Simounet
2023-05-05 21:05:57 +02:00
parent eae4d5a142
commit 384918cda9
7 changed files with 29 additions and 8 deletions

View File

@ -60,7 +60,7 @@
#article article h6,
.dropdown-content li > a,
.nav-panels .input-field input:focus,
.results a,
.results-item,
.side-nav li > a,
.side-nav li > a > i.material-icons {
color: #dfdfdf;

View File

@ -2,6 +2,17 @@
* Entries
* ========================================================================== */
.mass-action-toggle {
display: inline-flex;
background-color: transparent;
border: none;
cursor: pointer;
&:focus {
background-color: transparent;
}
}
.mass-buttons {
margin: 10px 5px 10px 20px;
@ -39,6 +50,11 @@
}
}
.mass-action-inputs-displayed:not(:checked) ~ .mass-buttons,
.mass-action-inputs-displayed:not(:checked) ~ .entries .entry-checkbox {
display: none;
}
.entries {
list-style: none;
}
@ -62,10 +78,10 @@
.nb-results {
display: inline-flex;
}
}
a {
color: #444;
}
.results-item {
color: #444;
}
.pagination {