Fixed color of the send button when issued a directed cmd

This commit is contained in:
Jordan Sherer 2018-10-03 09:57:40 -04:00
parent fe1cbcf6c6
commit 1fd3b60ba3

View File

@ -1466,9 +1466,11 @@ QTextEdit[transmitting="true"] {
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QPushButton:checked { <string notr="true">QPushButton:checked {
background-color: #00ff00; background-color: #00ff00;
color:#555;
} }
QPushButton[transmitting=&quot;true&quot;]{ QPushButton[transmitting=&quot;true&quot;]{
background:yellow; background:yellow;
color:#555;
}</string> }</string>
</property> </property>
<property name="text"> <property name="text">