You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
998 B
Plaintext

2 years ago
QWidget#MonitorTag{
background-color: #374065;
2 years ago
border-radius: 5px;
2 years ago
border: 3px solid;
border-color: #1E6C92;
}
2 years ago
QWidget#filterWidget{
background-color: #1B2838;
border-radius: 10px;
border: 3px solid;
border-color: #1C526A;
}
2 years ago
QLabel{
2 years ago
color: #DDDDE9;
}
2 years ago
QPushButton#monitorButton, QPushButton#flangeButton, QPushButton#clearanceButton, QPushButton#gyroscopeButton{
color: white;
background-color: #104469;
border-radius: 5px;
border: 3px solid;
border-color: #115C8E;
height: 30px
}
QPushButton#normalButton, QPushButton#standbyButton, QPushButton#hutdownButton, QPushButton#failureButton, QPushButton#runButton, QPushButton#interruptedButton{
background-color: #133852;
color: white;
height: 28px;
border: none;
border-radius: 1px;
}
QListView#deviceList, QListView#flangeList{
border: 3px solid;
background-color: #214055;
color: white;
border-radius: 10px;
border-color: #175E88;
}