mirror of
https://github.com/EEVengers/ThunderScope.git
synced 2025-04-08 06:25:30 +00:00
make text bolder again
This commit is contained in:
parent
658d1bf82a
commit
6e017e213c
Software/waveview/src/css/sidebar/widgets
@ -9,6 +9,7 @@
|
||||
background-color: #4B4B4B;
|
||||
color: black;
|
||||
margin: 10px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.TimeBaseTitle {
|
||||
@ -18,6 +19,7 @@
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.HorizontalOffsetTitle {
|
||||
@ -27,6 +29,7 @@
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.CourseControlButton {
|
||||
|
@ -18,6 +18,7 @@
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel1Title {
|
||||
@ -28,6 +29,7 @@
|
||||
font-size: small;
|
||||
margin-bottom: 1vh;
|
||||
margin-top: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel2Title {
|
||||
@ -38,6 +40,7 @@
|
||||
font-size: small;
|
||||
margin-bottom: 1vh;
|
||||
margin-top: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.OperatorTitle {
|
||||
@ -48,4 +51,5 @@
|
||||
font-size: small;
|
||||
margin-bottom: 1vh;
|
||||
margin-top: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
@ -14,6 +14,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel1Measurements {
|
||||
@ -49,6 +50,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel2Measurements {
|
||||
@ -84,6 +86,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel3Measurements {
|
||||
@ -119,6 +122,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel4Measurements {
|
||||
|
@ -26,6 +26,7 @@
|
||||
margin-left: 50px;
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.TriggerModeTitle {
|
||||
@ -36,6 +37,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.TriggerLevelTitle {
|
||||
@ -45,6 +47,7 @@
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.NanoVoltButtonText {
|
||||
|
@ -41,6 +41,7 @@
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Channel1ButtonText {
|
||||
@ -67,6 +68,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.CourseControlButton {
|
||||
@ -92,6 +94,7 @@
|
||||
margin-right: 50px;
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.CouplingTitle {
|
||||
@ -102,6 +105,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ProbeTitle {
|
||||
@ -112,6 +116,7 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.BandwidthTitle {
|
||||
@ -122,4 +127,5 @@
|
||||
font-size: small;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 1vh;
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Reference in New Issue
Block a user