update reopen css

This commit is contained in:
SowinskiBraeden committed 2026-03-21 01:22:44 -07:00
1 parent 0454b78d8d
commit 613ffb394c
1 file changed
+37
+37
View File
@@ -963,6 +963,43 @@ td a:hover {
text-transform: uppercase;
}
.inline-action-form {
margin: 0;
}
.table-action-button {
appearance: none;
border: 1px solid rgba(255, 255, 255, 0.12);
background: rgba(255, 255, 255, 0.05);
color: var(--text-strong);
border-radius: 10px;
padding: 0.45rem 0.72rem;
font: inherit;
font-size: 0.88rem;
font-weight: 600;
line-height: 1;
cursor: pointer;
transition:
background 140ms ease,
border-color 140ms ease,
transform 140ms ease;
}
.table-action-button:hover {
background: rgba(255, 166, 77, 0.12);
border-color: rgba(255, 166, 77, 0.28);
}
.table-action-button:active {
transform: translateY(1px);
}
.table-action-button:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(255, 166, 77, 0.18);
border-color: rgba(255, 166, 77, 0.35);
}
@media (max-width: 980px) {
.site-shell {
width: min(100% - 24px, 100%);