viz: more consistent border styling (#11464)

This commit is contained in:
qazal
2025-08-01 14:31:06 +08:00
committed by GitHub
parent 8ff03806e8
commit c7ae1bd474

View File

@@ -173,7 +173,7 @@
background-color: #1a1b26;
border: 1px solid #4a4b56;
color: #f0f0f5;
border-radius: 8px;
border-radius: 4px;
padding: 6px;
cursor: pointer;
height: 32px;
@@ -184,7 +184,6 @@
}
.btn:hover {
background-color: #2a2b36;
border-color: #5a5b66;
}
.collapsed .container {
display: none;
@@ -203,7 +202,6 @@
pre code.hljs {
overflow-y: auto;
max-height: 30vh;
border-radius: 8px;
padding: 8px;
}
.progress-message {
@@ -255,7 +253,7 @@
font-size: 0.95em;
}
table td {
border-bottom: 1px solid #2c2f40;
border-bottom: 1px solid #4a4b56;
vertical-align: top;
}
table tr:last-child > td {
@@ -291,7 +289,7 @@
text-align: left;
padding: 10px 12px;
font-weight: 600;
border-bottom: 1px solid #3a3d52;
border-bottom: 1px solid #4a4b56;
font-size: 0.95em;
letter-spacing: 0.03em;
}