2022-07-19 16:33:10 -07:00
|
|
|
.open-popup-link {
|
|
|
|
display: inline;
|
|
|
|
margin-inline: 0.25em;
|
|
|
|
}
|
2022-10-12 09:49:54 -07:00
|
|
|
|
|
|
|
.btn-edit-table {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2022-10-27 10:52:40 -07:00
|
|
|
|
|
|
|
.fullscreen-table-wrapper:hover .btn-edit-table {
|
|
|
|
opacity: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-view {
|
|
|
|
.btn-edit-table {
|
|
|
|
display: none;
|
2023-02-06 10:04:19 -05:00
|
|
|
z-index: 2;
|
|
|
|
position: absolute;
|
|
|
|
top: 1rem;
|
|
|
|
left: 1rem;
|
2022-10-27 10:52:40 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.fullscreen-table-wrapper {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
table {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.btn-edit-table {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|