summaryrefslogtreecommitdiff
path: root/src/components/HMI/css/general.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HMI/css/general.css')
-rw-r--r--src/components/HMI/css/general.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/HMI/css/general.css b/src/components/HMI/css/general.css
index a1e581599a..415545deb9 100644
--- a/src/components/HMI/css/general.css
+++ b/src/components/HMI/css/general.css
@@ -162,6 +162,24 @@ div {
font-size: 30px;
}
+#TTSPopUp .checkBoxLabel {
+ color: white;
+ top: 106px;
+ width: 72px;
+ height: 35px;
+ left: 25px;
+ background-color: rgb(90, 90, 90);
+ border-radius: 3px;
+ border: 1px solid rgb(255,255,255);
+ padding: 2px;
+}
+
+#TTSPopUp .checkBoxTTS {
+ top: 118px;
+ position: absolute;
+ left: 8px;
+}
+
#TTSPopUp .okButton {
right: 52px;
width: 113px;