diff --git a/css/login-signup.css b/css/login-signup.css index 9de25859..85eb420a 100644 --- a/css/login-signup.css +++ b/css/login-signup.css @@ -1,5 +1,11 @@ body { background: #f1f3f6; + user-select: none; /* Disable text selection in all browsers */ + -webkit-user-select: none; /* Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + + } #divB { @@ -154,4 +160,4 @@ body { .rightSignuppanal form{ width: 250px; } -} \ No newline at end of file +}