Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/src/commit/d64bba89ed26dfdf884d3059286aae83a59605f6/public/admin/plugins/datatables-rowreorder/css/rowReorder.bootstrap4.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 

22 lines
380 B

table.dt-rowReorder-float {
position: absolute !important;
opacity: 0.8;
table-layout: fixed;
outline: 2px solid #0275d8;
outline-offset: -2px;
z-index: 2001;
}
tr.dt-rowReorder-moving {
outline: 2px solid #888;
outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
overflow-x: hidden;
}
table.dataTable td.reorder {
text-align: center;
cursor: move;
}