source: public/vendors/dataTable/RowReorder-1.2.6/css/rowReorder.semanticui.css@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 392 bytes
Line 
1table.dt-rowReorder-float {
2 position: absolute !important;
3 opacity: 0.8;
4 table-layout: fixed;
5 outline: 2px solid rgba(0, 0, 0, 0.05);
6 outline-offset: -2px;
7 z-index: 2001;
8}
9
10tr.dt-rowReorder-moving {
11 outline: 2px solid #888;
12 outline-offset: -2px;
13}
14
15body.dt-rowReorder-noOverflow {
16 overflow-x: hidden;
17}
18
19table.dataTable td.reorder {
20 text-align: center;
21 cursor: move;
22}
Note: See TracBrowser for help on using the repository browser.