diff --git a/core/misc/icons/000000/move.png b/core/misc/icons/000000/move.png new file mode 100644 index 0000000..ea07e18 --- /dev/null +++ b/core/misc/icons/000000/move.png @@ -0,0 +1,3 @@ +PNG + + IHDRajIDAT8c`1(M@J ?98@>@H 4`Ca! hF,n (dCȍDѹGIq˞IENDB` \ No newline at end of file diff --git a/core/misc/icons/000000/move.svg b/core/misc/icons/000000/move.svg new file mode 100644 index 0000000..3bd9a41 --- /dev/null +++ b/core/misc/icons/000000/move.svg @@ -0,0 +1 @@ + diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index 3227d50..82692d2 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -105,6 +105,14 @@ a.tabledrag-handle .handle { .no-svg a.tabledrag-handle .handle { background-image: url(../../../misc/icons/787878/move.png); } +a.tabledrag-handle:hover .handle, +a.tabledrag-handle:focus .handle { + background-image: url(../../../misc/icons/000000/move.svg); +} +.no-svg a.tabledrag-handle:hover .handle, +.no-svg a.tabledrag-handle:focus .handle { + background-image: url(../../../misc/icons/000000/move.png); +} .touch .draggable td { padding: 0 10px; } @@ -123,10 +131,6 @@ a.tabledrag-handle .handle { .touch .draggable.drag a.tabledrag-handle .handle { background-position: 50% -32px; } -.no-touch a.tabledrag-handle:hover .handle, -.no-touch a.tabledrag-handle:focus .handle { - background-position: 6px -11px; -} div.indentation { float: left; /* LTR */ height: 1.7em;