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