From 3fe655e9444cfb19d9a05c43bc50474381992fbd Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Mon, 18 Dec 2017 10:03:39 +0000 Subject: [PATCH] Allow selection of validation error text. Fixes #2954 --- web/pgadmin/static/scss/_alert.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/pgadmin/static/scss/_alert.scss b/web/pgadmin/static/scss/_alert.scss index 441c40f8c..64e561724 100644 --- a/web/pgadmin/static/scss/_alert.scss +++ b/web/pgadmin/static/scss/_alert.scss @@ -106,6 +106,11 @@ border: 1px solid $color-red-2; padding: 7px 12px 6px 10px; border-left: none; + -moz-user-select: text; + -khtml-user-select: text; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; } .error-in-footer {