Useful buttons for saved view widgets

This commit is contained in:
shamoon
2023-07-26 10:52:47 -07:00
parent c22461a1b6
commit a8c6c55e3b
10 changed files with 228 additions and 85 deletions

View File

@@ -10,3 +10,15 @@ th:first-child {
tbody app-tag {
cursor: pointer;
}
tr .btn-group {
margin-right: 2px;
box-shadow: -6px 0px 4px -1px rgba(var(--bs-body-bg-rgb), .5);
opacity: 0;
pointer-events: none;
}
tr:hover .btn-group {
opacity: 1;
pointer-events: all;
}