Re: [patch] RM2163 emboldened syntax highlighting

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Atira Odhner <aodhner(at)pivotal(dot)io>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [patch] RM2163 emboldened syntax highlighting
Date: 2017-02-09 07:26:10
Message-ID: CAKKotZSGQO_gwExo=-UG1e7Y+-voFi5NgrO-86gQdp+yptYubg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

It's not a good idea to directly change in main Library, Lets say if newer
version of CodeMirror available and we want to pull new version then we
need to maintain this change set every time we pull new version.

Instead please use,

- web/pgadmin/static/css/overrides.css

or more specifically if you are only targeting Syntax highlighting for
Query Tool then,

- web/pgadmin/tools/sqleditor/static/css/sqleditor.css

to override any CSS related changes specific to pgAdmin4.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Thu, Feb 9, 2017 at 4:24 AM, Atira Odhner <aodhner(at)pivotal(dot)io> wrote:

> Hello Hackers
>
> We have made syntax highlighting more visible!
>
> -Tira & George
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-09 09:37:30 Re: [patch] RM2163 emboldened syntax highlighting
Previous Message Murtuza Zabuawala 2017-02-09 05:33:46 Re: [patch] We can see tables in Greenplum!