product list

This commit is contained in:
2024-01-29 15:22:43 +07:00
parent ac7145c8c1
commit 10a9439f28

View File

@@ -698,6 +698,11 @@ input[type=radio]:focus:before {
height: 20px; height: 20px;
background-position: -43px -83px; background-position: -43px -83px;
} }
.icons.icon-edit {
width: 16px;
height: 16px;
background-position: -114px -89px;
}
.admin-header-container .menu-hide { .admin-header-container .menu-hide {
margin-left: 30px; margin-left: 30px;
@@ -707,13 +712,13 @@ input[type=radio]:focus:before {
.order-page .order-page-title a { .order-page .order-page-title a {
margin: 0 2px 0 0; margin: 0 2px 0 0;
border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
background: #F6F6F6; background: #f6f6f6;
color: #919699; color: #919699;
font-weight: 500; font-weight: 500;
padding: 0 24px; padding: 0 24px;
} }
.order-page .order-page-title a:hover, .order-page .order-page-title a.current, .order-page .order-page-title a.active { .order-page .order-page-title a:hover, .order-page .order-page-title a.current, .order-page .order-page-title a.active {
background: #0041E8; background: #0041e8;
color: #fff; color: #fff;
} }
.order-page .order-page-table { .order-page .order-page-table {
@@ -731,13 +736,13 @@ input[type=radio]:focus:before {
.order-page .order-page-table .icons { .order-page .order-page-table .icons {
width: 30px; width: 30px;
height: 30px; height: 30px;
border: 1px solid #ECECEC; border: 1px solid #ececec;
background-color: #F9F9F9; background-color: #f9f9f9;
border-radius: 5px; border-radius: 5px;
} }
.order-page .order-page-table .icon-edit { .order-page .order-page-table .icon-edit {
border: 1px solid #0041E8; border: 1px solid #0041e8;
background-color: #F5F7FF; background-color: #f5f7ff;
background-position: -108px -82px; background-position: -108px -82px;
margin-right: 6px; margin-right: 6px;
} }
@@ -749,7 +754,7 @@ input[type=radio]:focus:before {
line-height: 20px; line-height: 20px;
} }
.order-page-table a { .order-page-table a {
color: #0041E8; color: #0041e8;
} }
.order-page-table a:hover { .order-page-table a:hover {
text-decoration: underline; text-decoration: underline;
@@ -758,7 +763,7 @@ input[type=radio]:focus:before {
width: 100%; width: 100%;
} }
.order-page-table thead { .order-page-table thead {
background: #F6F6F6; background: #f6f6f6;
font-weight: 600; font-weight: 600;
text-align: center; text-align: center;
} }
@@ -767,7 +772,7 @@ input[type=radio]:focus:before {
} }
.order-page-table td { .order-page-table td {
padding: 10px; padding: 10px;
border: 1px solid #ECECEC; border: 1px solid #ececec;
text-transform: capitalize; text-transform: capitalize;
} }
.order-page-table td * { .order-page-table td * {
@@ -775,7 +780,7 @@ input[type=radio]:focus:before {
} }
.order-page-table select { .order-page-table select {
border-radius: 4px; border-radius: 4px;
border: 1px solid #D8D8D8; border: 1px solid #d8d8d8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
height: 32px; height: 32px;
display: block; display: block;
@@ -784,11 +789,11 @@ input[type=radio]:focus:before {
} }
.is-close-btn { .is-close-btn {
background: #ECECEC !important; background: #ececec !important;
border-radius: 50%; border-radius: 50%;
top: 10px !important; top: 10px !important;
right: 10px !important; right: 10px !important;
color: #9E9E9E !important; color: #9e9e9e !important;
} }
.paging { .paging {
@@ -807,7 +812,7 @@ input[type=radio]:focus:before {
border-radius: 4px; border-radius: 4px;
} }
.paging a:hover, .paging a.current, .paging a.active { .paging a:hover, .paging a.current, .paging a.active {
background: #0041E8; background: #0041e8;
color: #fff; color: #fff;
} }
@@ -819,7 +824,7 @@ input[type=radio]:focus:before {
display: inline-block; display: inline-block;
} }
.global-breadcrumb-container a:hover { .global-breadcrumb-container a:hover {
color: #0041E8; color: #0041e8;
} }
.global-breadcrumb-container a::after { .global-breadcrumb-container a::after {
content: "\f054"; content: "\f054";
@@ -828,7 +833,7 @@ input[type=radio]:focus:before {
margin: 0 5px; margin: 0 5px;
} }
.global-breadcrumb-container a:last-child { .global-breadcrumb-container a:last-child {
color: #0041E8; color: #0041e8;
} }
.global-breadcrumb-container a:last-child::after { .global-breadcrumb-container a:last-child::after {
content: none; content: none;