[pgAdmin4][Patch]: RM#1423 - SQL panel should be greyed in Edit Data mode

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#1423 - SQL panel should be greyed in Edit Data mode
Date: 2016-07-05 09:53:39
Message-ID: CAM5-9D8zXiykcgp1ZhDrPqUOwDSF+0_QXnr-QM3ZZA0zfj+Lug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

Please find the attached patch with solution:

1. Introduced a new class 'cm_disabled' with css property
background-color to '#EEEEE'
2. 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.
3. Increased the query tool title padding to fix the issue of whitespace
below the title.

Please review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM#1423.patch application/octet-stream 1.6 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-05 10:10:32 Re: pgAdmin IV API test cases patch
Previous Message Priyanka Shendge 2016-07-05 08:00:17 Re: pgAdmin IV API test cases patch