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.
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
QWidget#MonitorTag{
|
|
|
|
background-color: #374065;
|
|
border-radius: 5px;
|
|
border: 3px solid;
|
|
border-color: #1E6C92;
|
|
}
|
|
|
|
QWidget#filterWidget{
|
|
|
|
background-color: #1B2838;
|
|
border-radius: 10px;
|
|
border: 3px solid;
|
|
border-color: #1C526A;
|
|
|
|
}
|
|
|
|
QLabel{
|
|
|
|
color: #DDDDE9;
|
|
|
|
}
|
|
|
|
QPushButton#ClearanceButton, QPushButton#FlangeButton, QPushButton#GyroscopeButton{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
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;
|
|
|
|
}
|