networking: add forget btn pressed state (#28618)

old-commit-hash: 8495510c290064b6784988eff860134cfa16207f
This commit is contained in:
Cameron Clough
2023-06-21 14:42:18 +01:00
committed by GitHub
parent ae58ed5473
commit 24f246c2d9
+3
View File
@@ -248,6 +248,9 @@ WifiUI::WifiUI(QWidget *parent, WifiManager* wifi) : QWidget(parent), wifi(wifi)
padding-bottom: 16px;
padding-top: 16px;
}
#forgetBtn:pressed {
background-color: #828282;
}
#connecting {
font-size: 32px;
font-weight: 600;