Thread: pgAdmin 4 commit: Grey the SQL panel in edit data mode. Fixes #1423

pgAdmin 4 commit: Grey the SQL panel in edit data mode. Fixes #1423

From
Dave Page
Date:
Grey the SQL panel in edit data mode. Fixes #1423

Introduced a new class 'cm_disabled' with css property background-color to '#EEEEE'
Query tool in edit mode, add the class 'cm_disabled' to set background color to dark and set the cursor property to
'nocursor'to disable editor. 
Increased the query tool title padding to fix the issue of whitespace below the title.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1bd27b847be76e0aecfa29c1e9d9d334dce0350c
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/css/overrides.css                            | 5 +++++
web/pgadmin/tools/sqleditor/static/css/sqleditor.css            | 2 +-
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 7 ++++++-
3 files changed, 12 insertions(+), 2 deletions(-)