From b7adecdf59dc520f2ff9f11ae806ab7cbe17fe1c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 24 Dec 2020 14:31:13 -0800 Subject: [PATCH] make wifi settings a bit nicer --- selfdrive/ui/qt/offroad/wifi.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/selfdrive/ui/qt/offroad/wifi.cc b/selfdrive/ui/qt/offroad/wifi.cc index 0d0513c00..65ec42eba 100644 --- a/selfdrive/ui/qt/offroad/wifi.cc +++ b/selfdrive/ui/qt/offroad/wifi.cc @@ -147,14 +147,12 @@ void WifiUI::refresh() { QPushButton { padding: 0; font-size: 50px; + border-radius: 10px; background-color: #114265; } QPushButton:disabled { background-color: #323C43; } - * { - background-color: #114265; - } )"); countWidgets++; } @@ -192,9 +190,6 @@ void WifiUI::refresh() { QPushButton:disabled { background-color: #323C43; } - * { - background-color: #114265; - } )"); vlayout->addWidget(w); }