update design dev_screen
This commit is contained in:
parent
3d9230c679
commit
ea943dedbd
@ -28,7 +28,7 @@ def build_dev_screen(on_exit) -> QWidget:
|
||||
exit_btn.clicked.connect(lambda: _confirm_exit(on_exit))
|
||||
|
||||
reboot_btn = QPushButton("Выполнить перезагрузку")
|
||||
reboot_btn.setObjectName("DevExitBtn")
|
||||
reboot_btn.setObjectName("DevRebootBtn")
|
||||
reboot_btn.setMinimumHeight(72)
|
||||
reboot_btn.clicked.connect(_confirm_reboot)
|
||||
|
||||
|
||||
@ -101,6 +101,15 @@ QMenu::item:selected { background: #F3F4F6; }
|
||||
font-weight: 600;
|
||||
}
|
||||
#DevExitBtn:hover { background: #E5E7EB; }
|
||||
#DevRebootBtn {
|
||||
background: #FEE2E2;
|
||||
color: #991B1B;
|
||||
border-radius: 14px;
|
||||
border: 1px solid #FCA5A5;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
#DevRebootBtn:hover { background: #FECACA; }
|
||||
|
||||
#BluetoothStatus { color: rgba(107,114,128,0.95); }
|
||||
#BluetoothList {
|
||||
|
||||
@ -93,6 +93,14 @@ QMenu::item:selected { background: #1B2330; }
|
||||
font-weight: 600;
|
||||
}
|
||||
#DevExitBtn:hover { background: #263142; }
|
||||
#DevRebootBtn {
|
||||
background: #7F1D1D;
|
||||
color: #FEE2E2;
|
||||
border-radius: 14px;
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
#DevRebootBtn:hover { background: #991B1B; }
|
||||
|
||||
#BluetoothStatus { color: rgba(138,147,166,0.95); }
|
||||
#BluetoothList {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user