From 1fd3b60ba34096ad27a5597c8abadf4e7edae49a Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 3 Oct 2018 09:57:40 -0400 Subject: [PATCH] Fixed color of the send button when issued a directed cmd --- mainwindow.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mainwindow.ui b/mainwindow.ui index a41cd21..f2480fc 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1466,9 +1466,11 @@ QTextEdit[transmitting="true"] { QPushButton:checked { background-color: #00ff00; +color:#555; } QPushButton[transmitting="true"]{ background:yellow; +color:#555; }