diff --git a/css/style.css b/css/style.css index 7740074..b8b88eb 100644 --- a/css/style.css +++ b/css/style.css @@ -103,12 +103,10 @@ li{ content: ''; position: absolute; top: 0; - width: 0%; height: 3px; background-color: var(--principale); - transition: width 0.4s ease-in-out, - + transition: width 0.4s ease-in-out; } .item-nav:hover a{ @@ -161,7 +159,7 @@ form{ width: 60px; font-size: 22px; border-radius: 20px 0 0 20px; - cursor:url(../images/logo/cursor.svg); + cursor:url(../images/logo/cursor.svg) 0 0, auto; background-color: #F2F2F2; } @@ -189,7 +187,7 @@ form{ padding: 0 20px; border: none; border-radius: 0 20px 20px 0; - cursor:url(../images/logo/cursor.svg); + cursor:url(../images/logo/cursor.svg) 0 0, auto; color: white; background-color: var(--principale); font-weight: bold; @@ -202,7 +200,7 @@ form{ padding: 0 10px; border-radius: 15px; border: none; - cursor:url(../images/logo/cursor.svg); + cursor:url(../images/logo/cursor.svg) 0 0, auto; color: white; background-color: var(--principale); } @@ -234,7 +232,7 @@ form{ border-radius: 25px; border: 2px solid #D9D9D9; background: white; - cursor:url(../images/logo/cursor.svg); + cursor:url(../images/logo/cursor.svg) 0 0,auto; transition: background-color 0.3s; } diff --git a/index.html b/index.html index 46f23e9..6d5c3a8 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@