diff -r 2dc98f688c65 -r f7b33ad8d502 QTfrontend/ui/widget/frameTeam.cpp --- a/QTfrontend/ui/widget/frameTeam.cpp Thu Jul 18 19:33:40 2019 +0200 +++ b/QTfrontend/ui/widget/frameTeam.cpp Thu Jul 18 21:00:28 2019 +0200 @@ -151,9 +151,11 @@ { setStyleSheet( "FrameTeams{" - "border: solid;" + "border-top: transparent;" + "border-left: transparent;" + "border-right: transparent;" + "border-bottom: solid;" "border-width: 1px;" - "border-radius: 16px;" "border-color: #ffcc00;" "}" );