update design dev_screen

This commit is contained in:
Your Name 2026-01-09 04:36:44 +03:00
parent 3d9230c679
commit ea943dedbd
3 changed files with 18 additions and 1 deletions

View File

@ -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)

View File

@ -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 {

View File

@ -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 {