Centralize CSS for confirm delete buttons and grab handles

This commit is contained in:
djmaze 2021-01-18 17:11:53 +01:00
parent 267b744ef3
commit a80b17e011
11 changed files with 26 additions and 129 deletions

View file

@ -47,3 +47,22 @@ html.mobile *, html.rl-mobile * {
input[type="search"]{
box-sizing: content-box;
}
.button-confirm-delete {
margin-right: 15px;
opacity: 0;
visibility: hidden;
}
.button-confirm-delete.delete-access {
margin-right: 0;
opacity: 1;
visibility: visible;
}
.drag-handle {
color: #eee;
cursor: grab;
}
tr:hover .drag-handle {
color: #aaa;
}