comparison core/misc/dialog/off-canvas.tabledrag.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
19 } 19 }
20 #drupal-off-canvas .add-new .tabledrag-changed { 20 #drupal-off-canvas .add-new .tabledrag-changed {
21 display: none; 21 display: none;
22 } 22 }
23 #drupal-off-canvas .draggable a.tabledrag-handle { 23 #drupal-off-canvas .draggable a.tabledrag-handle {
24 float: left; /* LTR */
25 overflow: hidden;
26 min-width: 20px;
27 height: auto;
28 margin: 0 5px 0 0;
29 padding: 0;
30 cursor: move;
31 text-decoration: none;
24 background-image: none; 32 background-image: none;
25 margin: 0 5px 0 0;
26 height: auto;
27 min-width: 20px;
28 padding: 0;
29 overflow: hidden;
30 float: left; /* LTR */
31 text-decoration: none;
32 cursor: move;
33 } 33 }
34 [dir="rtl"] #drupal-off-canvas .draggable a.tabledrag-handle { 34 [dir="rtl"] #drupal-off-canvas .draggable a.tabledrag-handle {
35 float: right; 35 float: right;
36 margin-right: 0; 36 margin-right: 0;
37 margin-left: 5px; 37 margin-left: 5px;
38 } 38 }
39 #drupal-off-canvas a.tabledrag-handle .handle { 39 #drupal-off-canvas a.tabledrag-handle .handle {
40 width: auto;
41 height: auto;
42 margin: 0;
43 padding: 0;
40 /* Use lighter drag icon against dark background. */ 44 /* Use lighter drag icon against dark background. */
41 background-color: transparent; 45 background-color: transparent;
42 background-image: url(../icons/bebebe/move.svg); 46 background-image: url(../icons/bebebe/move.svg);
43 background-repeat: no-repeat; 47 background-repeat: no-repeat;
44 background-position: center; 48 background-position: center;
45 height: auto;
46 margin: 0;
47 padding: 0;
48 width: auto;
49 } 49 }
50 #drupal-off-canvas .draggable a.tabledrag-handle:hover .handle, 50 #drupal-off-canvas .draggable a.tabledrag-handle:hover .handle,
51 #drupal-off-canvas .draggable a.tabledrag-handle:focus .handle { 51 #drupal-off-canvas .draggable a.tabledrag-handle:focus .handle {
52 text-decoration: none;
52 background-image: url(../icons/787878/move.svg); 53 background-image: url(../icons/787878/move.svg);
53 text-decoration: none;
54 } 54 }
55 #drupal-off-canvas tr td { 55 #drupal-off-canvas tr td {
56 transition: background 0.3s ease; 56 transition: background 0.3s ease;
57 } 57 }
58 58
59 #drupal-off-canvas tr td abbr { 59 #drupal-off-canvas tr td abbr {
60 margin-left: 5px; /* LTR */ 60 margin-left: 5px; /* LTR */
61 } 61 }
62 62
63 [dir="rtl"] #drupal-off-canvas tr td abbr { 63 [dir="rtl"] #drupal-off-canvas tr td abbr {
64 margin-right: 5px;
64 margin-left: 0; 65 margin-left: 0;
65 margin-right: 5px;
66 } 66 }
67 #drupal-off-canvas tr:hover td { 67 #drupal-off-canvas tr:hover td {
68 background: #222; 68 background: #222;
69 } 69 }
70 #drupal-off-canvas tr.drag td { 70 #drupal-off-canvas tr.drag td {
86 #drupal-off-canvas .touchevents .draggable .menu-item__link { 86 #drupal-off-canvas .touchevents .draggable .menu-item__link {
87 display: inline-block; 87 display: inline-block;
88 padding: 10px 0; 88 padding: 10px 0;
89 } 89 }
90 #drupal-off-canvas .touchevents a.tabledrag-handle { 90 #drupal-off-canvas .touchevents a.tabledrag-handle {
91 width: 40px;
91 height: 44px; 92 height: 44px;
92 width: 40px;
93 } 93 }
94 #drupal-off-canvas .touchevents a.tabledrag-handle .handle { 94 #drupal-off-canvas .touchevents a.tabledrag-handle .handle {
95 height: 21px;
95 background-position: 40% 19px; /* LTR */ 96 background-position: 40% 19px; /* LTR */
96 height: 21px;
97 } 97 }
98 [dir="rtl"] #drupal-off-canvas .touch a.tabledrag-handle .handle { 98 [dir="rtl"] #drupal-off-canvas .touch a.tabledrag-handle .handle {
99 background-position: right 40% top 19px; 99 background-position: right 40% top 19px;
100 } 100 }
101 #drupal-off-canvas .touchevents .draggable.drag a.tabledrag-handle .handle { 101 #drupal-off-canvas .touchevents .draggable.drag a.tabledrag-handle .handle {
108 [dir="rtl"] #drupal-off-canvas .tabledrag-toggle-weight-wrapper { 108 [dir="rtl"] #drupal-off-canvas .tabledrag-toggle-weight-wrapper {
109 text-align: left; 109 text-align: left;
110 } 110 }
111 #drupal-off-canvas .indentation { 111 #drupal-off-canvas .indentation {
112 float: left; /* LTR */ 112 float: left; /* LTR */
113 width: auto;
113 height: auto; 114 height: auto;
114 margin: 0 3px 0 -10px; /* LTR */ 115 margin: 0 3px 0 -10px; /* LTR */
115 padding: 0 0 0 10px; /* LTR */ 116 padding: 0 0 0 10px; /* LTR */
116 width: auto;
117 } 117 }
118 [dir="rtl"] #drupal-off-canvas .indentation { 118 [dir="rtl"] #drupal-off-canvas .indentation {
119 float: right; 119 float: right;
120 margin: 0 -10px 0 3px; 120 margin: 0 -10px 0 3px;
121 padding: 0 10px 0 0; 121 padding: 0 10px 0 0;