Update web/superball-shared.css

This commit is contained in:
2025-11-24 03:49:18 +00:00
parent ee5f318532
commit 792eb46ca2

View File

@@ -142,7 +142,8 @@ button:active {
label {
display: block;
font-weight: bold;
margin-bottom: 3px;
margin-bottom: 2px;
margin-top: 7px;
font-family: var(--font-family);
color: var(--primary-color);
}
@@ -744,11 +745,6 @@ small {
margin: 20px;
} */
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
textarea {
width: 100%;
@@ -789,3 +785,19 @@ textarea {
.tab-content.active {
display: block;
}
.fetched-event {
background: var(--secondary-color);
border: 1px solid var(--muted-color);
border-radius: 4px;
padding: 10px;
font-family: var(--font-family);
font-size: 16px;
white-space: pre-wrap;
word-wrap: break-word;
max-height: 400px;
overflow-y: auto;
margin: 10px 0;
color: var(--primary-color);
display: none;
}