Fixed color of the send button when issued a directed cmd
This commit is contained in:
parent
fe1cbcf6c6
commit
1fd3b60ba3
@ -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="true"]{
|
QPushButton[transmitting="true"]{
|
||||||
background:yellow;
|
background:yellow;
|
||||||
|
color:#555;
|
||||||
}</string>
|
}</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user