From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Grey the SQL panel in edit data mode. Fixes #1423 |
Date: | 2016-07-05 11:11:41 |
Message-ID: | E1bKOGT-0005J1-4v@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
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(dot)kumar(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-07-05 11:20:46 | pgAdmin 4 commit: Resolve "Move to last page" warning shown unnecessari |
Previous Message | Dave Page | 2016-07-05 11:02:17 | Re: Fix for issue RM1336 [pgadmin4] |