ponepaste/theme/bulma/js/table-row-orders.css
aftercase b757205ccb Mobile responsive tables
Made tables look more pretty for the mobilefags, like why do I cater to them? The cancer killing /mlp/. I mean wtf who reads greens on a mobile phone like a retarded greasy fat fuck who cannot get of his fat ass to sit at a computer desk.
2021-08-16 16:49:57 +01:00

19 lines
396 B
CSS

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