diff --git a/assets/css/style.css b/assets/css/style.css index 8445c90..982913a 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -491,6 +491,10 @@ input[type="text"], input[type="email"], input[type="password"], select { font-weight: 600; cursor: pointer; transition: all 0.3s ease; + border-style: none; + display: block; + margin: auto; + text-decoration: none; } .modal-close:hover { @@ -815,6 +819,7 @@ input[type="text"], input[type="email"], input[type="password"], select { cursor: pointer; transition: all 0.3s ease; border-style: none; + display: revert; } #cookie-reject-btn { @@ -830,6 +835,7 @@ input[type="text"], input[type="email"], input[type="password"], select { transition: all 0.3s ease; border-style: none; border: 1px solid #fff; + display: revert; } .hide-desktop { diff --git a/index.php b/index.php index adb9395..d1a2fa9 100644 --- a/index.php +++ b/index.php @@ -126,7 +126,7 @@