1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Added mass actions for Material design in list view

This commit is contained in:
Nicolas Lœuillet 2020-04-12 16:31:12 +02:00
parent 31e3a233a4
commit 467327771a
No known key found for this signature in database
GPG key ID: 3A8718BE51C3BA8E
9 changed files with 191 additions and 2 deletions

View file

@ -2,6 +2,42 @@
* Entries
* ========================================================================== */
.mass-buttons {
margin: 5px;
#selectAll {
position: relative;
opacity: initial;
left: 0;
}
span {
padding: 3px;
}
button {
i {
font-size: 12px;
}
height: 24px;
line-height: 24px;
padding: 0 0.5rem;
}
}
.card-stacked {
input[type=checkbox] {
position: relative;
opacity: initial;
left: 0;
}
.entry-checkbox {
margin-right: 10px;
}
}
.collection {
margin: 15px 15px 0;