payinstall

This commit is contained in:
2024-03-09 11:35:04 +07:00
parent d5bd7d2948
commit 8679b320e1
24 changed files with 991 additions and 8 deletions

View File

@@ -1113,7 +1113,8 @@ input[type=radio]:focus:before {
.table-list-competitor th,
.table-customer-group th,
.table-review th,
.table-newsletter th {
.table-newsletter th,
.style-table th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
@@ -1126,7 +1127,8 @@ input[type=radio]:focus:before {
.table-list-competitor td,
.table-customer-group td,
.table-review td,
.table-newsletter td {
.table-newsletter td,
.style-table td {
padding: 7px 6px;
border: 1px solid #ececec;
}
@@ -1136,7 +1138,8 @@ input[type=radio]:focus:before {
.table-list-competitor .name,
.table-customer-group .name,
.table-review .name,
.table-newsletter .name {
.table-newsletter .name,
.style-table .name {
color: #0041e8;
}