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

From Surinder Kumar
Subject [pgAdmin4][Patch]: RM#1423 - SQL panel should be greyed in Edit Data mode
Date
Msg-id CAM5-9D8zXiykcgp1ZhDrPqUOwDSF+0_QXnr-QM3ZZA0zfj+Lug@mail.gmail.com
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: Priyanka Shendge
Date:
Subject: Re: pgAdmin IV API test cases patch
Next
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: RM#1422 - "Move to last page" warning shown unnecessarily