This commit is contained in:
2024-02-01 11:10:26 +07:00
parent 2b9695b9f2
commit 70d0602388
4 changed files with 29 additions and 8 deletions

View File

@@ -916,4 +916,15 @@ input[type=radio]:focus:before {
line-height: 20px;
display: block;
margin-top: 5px;
}
.table-list-customer th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
.table-list-customer td {
padding: 7px 6px;
border: 1px solid #ececec;
}/*# sourceMappingURL=pc_style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -32,7 +32,7 @@ input::-webkit-inner-spin-button {
input[type="number"] {
-moz-appearance: textfield;
}
input[type='date']::-webkit-calendar-picker-indicator {
input[type="date"]::-webkit-calendar-picker-indicator {
background: transparent;
bottom: 0;
color: transparent;
@@ -839,7 +839,7 @@ input[type="radio"] {
background-position: -145px -82px;
}
}
.order-detail-page{
.order-detail-page {
.icon-edit {
border: transparent;
background-color: transparent;
@@ -941,3 +941,16 @@ input[type="radio"] {
}
}
}
.table-list-customer {
th {
padding: 7px 5px;
background: #f6f6f6;
border: 1px solid #ececec;
white-space: nowrap;
}
td {
padding: 7px 6px;
border: 1px solid #ececec;
}
}

View File

@@ -224,7 +224,8 @@
<!-- Header -->
<div class="admin-header-container flex items-center justify-between bg-white px-4 py-3">
<form class="max-w-[420px] relative w-[100%] menu-hide" id="js-form-search">
<div class="content w-[100%] flex items-center border rounded-[5px]">
<div
class="content w-[100%] flex items-center border-[#ECECEC] border-[1px] rounded-[5px] focus-within:border-[#0041E8]">
<div class="inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
<i class="icons icon-search"></i>
</div>