2024-10-10
This commit is contained in:
18
web/bsadmin/assets/css/order-list.css
Normal file
18
web/bsadmin/assets/css/order-list.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.order-list-item table tbody > tr > td {
|
||||
padding-top: 8px;
|
||||
border-top: 1px solid #e7e7e7; }
|
||||
.order-list-item table thead > tr > th {
|
||||
border-bottom: 1px solid #e7e7e7; }
|
||||
.order-list-item thead {
|
||||
background: #f96332;
|
||||
text-align: left; }
|
||||
.order-list-item thead th {
|
||||
color: #fff;
|
||||
font-weight: bold; }
|
||||
.order-list-item tbody {
|
||||
background: #fff;
|
||||
text-align: left; }
|
||||
.order-list-item tbody td {
|
||||
color: #444444; }
|
||||
|
||||
/*# sourceMappingURL=order-list.css.map */
|
||||
Reference in New Issue
Block a user