https://i.imgur.com/RGsthEJ.png ?
Żeby edytować belkę:
> Twój styl > main.css 651 linijka
.thead::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
height: 75px;
background: linear-gradient(135deg,#000 0%,#000 50%,#7200ff 40%,#000 100%) !important;
background-size: 100% 100%;
border-left: 5px solid #4300ff;
border-right: 5px solid #4300ff;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
Usuń:
border-top-left-radius: 30px;
border-top-right-radius: 30px;
Żeby zmienić wygląd tła wyświetlających się użytkowników:
> Twój styl > css3.css 11 linijka
.tborder tbody tr:last-child > td {
border-bottom: 0;
background: #000;
border-left: 5px solid #4300ff;
border-right: 5px solid #4300ff;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
Usuń:
border-left: 5px solid #4300ff;
border-right: 5px solid #4300ff;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
maybe