37 lines
524 B
CSS
37 lines
524 B
CSS
.sbx-panel-box {
|
|
spacing: 4px;
|
|
}
|
|
|
|
/* Status dot is drawn in code (St.DrawingArea) using the panel text color. */
|
|
.sbx-dot {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.sbx-outbound-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sbx-speed-label {
|
|
font-feature-settings: "tnum";
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.sbx-status-item {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sbx-speed-item {
|
|
font-feature-settings: "tnum";
|
|
}
|
|
|
|
.sbx-test-item {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.sbx-badge {
|
|
font-feature-settings: "tnum";
|
|
padding: 0 6px;
|
|
opacity: 0.7;
|
|
}
|