From 979b0c0e780b88336719a8c12d86ae215a26634e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 14 Jun 2018 09:04:58 +0100 Subject: [PATCH] Electron: Fixed prompt dialog font --- ElectronClient/app/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ElectronClient/app/style.css b/ElectronClient/app/style.css index cf90cf0f1..6433b6836 100644 --- a/ElectronClient/app/style.css +++ b/ElectronClient/app/style.css @@ -73,4 +73,8 @@ table td, table th { background-color: rgba(0,0,0,0.10) !important; border: 1px solid rgba(0,0,0,0.15); border-radius: 5px; +} + +.smalltalk { + font-family: sans-serif; } \ No newline at end of file