diff --git a/client-side/public/style.css b/client-side/public/style.css index 167657e..7251a56 100644 --- a/client-side/public/style.css +++ b/client-side/public/style.css @@ -139,6 +139,7 @@ border-radius: 100%; background-size: cover; margin: auto; + cursor: pointer; } .homesub-player { @@ -150,6 +151,7 @@ border-radius: 100%; background-size: cover; margin: auto; + cursor: pointer; } .goalkeepr { @@ -467,7 +469,7 @@ input[type=file] { width: 13em; background-size: cover; margin: auto; - border-radius: 5px; + border-radius: 10px; } diff --git a/client-side/src/components/Ground.js b/client-side/src/components/Ground.js index f6c22f6..a044e26 100644 --- a/client-side/src/components/Ground.js +++ b/client-side/src/components/Ground.js @@ -66,6 +66,7 @@ class Ground extends Component {
this.onMemberModal(homeFW ? member.username : false)} />
{homeFW ? member.username : false}
, @@ -94,6 +95,7 @@ class Ground extends Component {
this.onMemberModal(awayFW ? member.username : false)} />
{awayFW ? member.username : false}
,