From ab73448d9e6faaef9ddd96ce5335fc2efeab7a46 Mon Sep 17 00:00:00 2001 From: abhi01274 <33170757+abhi01274@users.noreply.github.com> Date: Wed, 3 Oct 2018 07:45:24 -0700 Subject: [PATCH] Update drag2.html --- drag2.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drag2.html b/drag2.html index 94a7784..6e92653 100644 --- a/drag2.html +++ b/drag2.html @@ -15,7 +15,7 @@ } li { - list-style: none; + list-style: number; /* padding: 10px;*/ } @@ -25,8 +25,8 @@ margin: 10px; width: 150px; border: 3px dashed #999; - background: #eee; - padding: 10px; + background: #f1f1f1; + padding: 20px; cursor: pointer; -moz-user-select:none; /* -webkit-user-drag: element;*/ @@ -35,7 +35,7 @@ } *:-khtml-drag { - background-color: rgba(238,238,238, 0.5); + background-color: rgba(238,134,238, 0.5); } a:hover:after {