League Pages style added. Top scorers table optimized and alternating color removed
This commit is contained in:
@@ -63,6 +63,10 @@
|
|||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
|
#table-club-logo {
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
#club-name-column {
|
#club-name-column {
|
||||||
text-decoration: underline; /* Add underline effect */
|
text-decoration: underline; /* Add underline effect */
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,14 +3,21 @@
|
|||||||
/* Add any other styling you need for the top scorers container */
|
/* Add any other styling you need for the top scorers container */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#top-scorers-stats-container th {
|
||||||
|
border-bottom: 3px solid red; /* Add red bottom border */
|
||||||
|
}
|
||||||
|
|
||||||
#top-scorers-stats-container tbody tr {
|
#top-scorers-stats-container tbody tr {
|
||||||
margin-bottom: 10px; /* Adjust the value as needed */
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-scorers-stats-container tbody tr:hover {
|
#top-scorers-stats-container tbody tr:hover {
|
||||||
|
|
||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
|
|
||||||
|
#top-scorers-logo {
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
#club-name-column {
|
#club-name-column {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
Reference in New Issue
Block a user