```} QPushButton, QComboBox[editable="false"], QComboBox[editable="true"]::drop-down { color: white; border-image: url(:/images/pp_border.png); border-color: black; border-style: solid; border-radius: 5px; border-width: 2px; background: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(213, 218, 216, 255), stop:0.169312 rgba(82, 82, 83, 255), stop:0.328042 rgba(72, 70, 73, 255), stop:0.492063 rgba(78, 77, 79, 255), stop:0.703704 rgba(72, 70, 73, 255), stop:0.86 rgba(82, 82, 83, 255), stop:1 rgba(213, 218, 216, 255)); } QPushButton { font-family: "Bebas Kai"; font-size: 15pt; } QPushButton:disabled { border-color: gray; } /*QPushButton[error="true"] { border-color: red; }*/ QPushButton:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #A19E9E, stop: 1.0 #5C5959); } QPushButton:pressed { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(85, 85, 238, 255), stop:0.544974 rgba(90, 91, 239, 255), stop:1 rgba(126, 135, 243, 255)); } QPushButton:checked[option="true"] { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(85, 85, 238, 255), stop:0.544974 rgba(90, 91, 239, 255), stop:1 rgba(126, 135, 243, 255)); } QPushButton:checked { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(85, 85, 238, 255), stop:0.544974 rgba(90, 91, 239, 255), stop:1 rgba(126, 135, 243, 255)); } QPushButton[actionName="machine.power.toggle"]:checked { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(154, 231, 153, 255), stop:0.0974359 rgba(92, 243, 81, 255), stop:0.446154 rgba(52, 251, 35, 255), stop:1 rgba(154, 231, 153, 255)); } QPushButton[actionName="machine.power.toggle"]:pressed { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(208, 231, 207, 255), stop:0.0974359 rgba(189, 243, 185, 255), stop:0.446154 rgba(190, 251, 184, 255), stop:1 rgba(195, 231, 194, 255)); } QPushButton[actionName="machine.estop.toggle"]:checked { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(226, 64, 64, 255), stop:0.446154 rgba(204, 0, 0, 255), stop:0.764103 rgba(225, 67, 67, 255), stop:1 rgba(249, 142, 142, 255)); } QPushButton[actionName="machine.estop.toggle"]:pressed { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(226, 139, 139, 255), stop:0.446154 rgba(249, 142, 142, 255), stop:0.764103 rgba(225, 134, 134, 255), stop:1 rgba(249, 142, 142, 255)); } SubCallButton[styleClass="probeButton"] { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #eaeaea, stop: 1.0 #b8b8b8); border-radius: 10px; } SubCallButton[styleClass="probeButton"] :disabled { border-color: gray; } /*SubCallButton[styleClass="probeButton"] [error="true"] { border-color: red; }*/ SubCallButton[styleClass="probeButton"] :hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffffff, stop: 1.0 #e1e1e1); } SubCallButton[styleClass="probeButton"] :pressed { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4a6aa7, stop: 1.0 #6f96cd); } SubCallButton[styleClass="probeButton"] :checked[option="true"] { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4a6aa7, stop: 1.0 #6f96cd); } SubCallButton[styleClass="probeButton"] :checked { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4a6aa7, stop: 1.0 #6f96cd); } /* E-Stop button */ ActionButton[action_id="0"]:checked { border-radius: 5px; background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(226, 64, 64, 255), stop:0.446154 rgba(204, 0, 0, 255), stop:0.764103 rgba(225, 67, 67, 255), stop:1 rgba(249, 142, 142, 255)); }```