Update web/superball-shared.css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user