Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dIavI-0003HC-0u for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Jun 2017 13:22:56 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dIavH-0005cC-A5 for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Jun 2017 13:22:55 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dIavG-0005bz-KJ for pgadmin-hackers@postgresql.org; Wed, 07 Jun 2017 13:22:54 +0000 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dIavB-00007P-WC for pgadmin-hackers@postgresql.org; Wed, 07 Jun 2017 13:22:53 +0000 Received: by mail-wm0-x232.google.com with SMTP id d73so11123749wma.0 for ; Wed, 07 Jun 2017 06:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tmtd0IrlEhXOUheSwJaK0Ah+HoKEMjORv5jxapYwRDk=; b=pRhFN8DiZiR8Bs86ua3xrWEL83Wdbge0JiXWzi7xbHzOzNl4K5FCKvtTTLsLn7a1HP O+NWTuFGmucp8e276e9cUPspngZpdocD9tQ+w42S2nZA/ZKxURSmgbsanBycVhKbBxmT duUAuwZarXsnUHA9K7HhJoX7X8quHATdef+dbIWdb6s8NKeIG3hjQ4anj26q9n1hZpkH M7LKSqEeinJaB47cC0eMisB9irGwb+HAIXrJfI1fuS4d3vyg2Odlud1RlUvTvX7OeFUq wATvvLRfpGbMdUIiKrVgnGywNDH6lDUJ/ay7Yb6zwd2xF3FPfwIeurKTjtuU1UCfRcZ0 vJbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tmtd0IrlEhXOUheSwJaK0Ah+HoKEMjORv5jxapYwRDk=; b=XoonVEoi+b4KKWNSQsMot2EIrXSun6gSnr8NeGggqcwbmJmsiU5jzpnHJI2hHagUp8 +EvSekMRz1RwV6haVvnAsVSEVB1RZZauah/9QqZoujv4S+AGri1Aaln0r04aRcRxSS9x eRQJCqkx1W0nvDXNtuPs5iqx2tCzzy0S1LDiTNARHk/zhNRh7c5dX8dDcC9Ulo4ucp3D vZqG/U8p4X+7Ua8Ks5o7RMWh4q8iwn39D5NhK9OL8rrIUG7/neo9ZfBenkULIUxyy/xL pfLvQJ2ilE3NSi0VCh2ra8rXnwl05MAkXRGKIWVmshntP4cFzu7UcsFgA2jpWMexDms/ HtAw== X-Gm-Message-State: AODbwcD4ZqJXkJVXa/YsNDPfKY9vYNQjb+FZP5N7/nL+RutygIXNDXO/ vKUB1Rynl+8vUFwUcMlpzzKR6l5sHjYX X-Received: by 10.28.158.134 with SMTP id h128mr1518382wme.99.1496841768317; Wed, 07 Jun 2017 06:22:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.9.208 with HTTP; Wed, 7 Jun 2017 06:22:17 -0700 (PDT) In-Reply-To: References: From: Surinder Kumar Date: Wed, 7 Jun 2017 18:52:17 +0530 Message-ID: Subject: Re: [pgAdmin4][PATCH] Consolidating gray colors in the application To: Dave Page Cc: Shruti B Iyer , pgadmin-hackers , Matthew Kleiman Content-Type: multipart/alternative; boundary="001a114b3b04e2c66005515ea196" X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114b3b04e2c66005515ea196 Content-Type: text/plain; charset="UTF-8" Hi With the latest pull, I found: The header color of Properties panel disappears and background color of footer area in Edit Properties panel is changed. On Wed, Jun 7, 2017 at 6:28 PM, Dave Page wrote: > Thanks, applied. I removed the doc comments from the CSS for now as we > don't have minimisation for that yet (and one of them seemed to be > garbage). > > On Mon, Jun 5, 2017 at 4:52 PM, Shruti B Iyer wrote: > > Hi Hackers > > > > Attached are two patches for styling improvements. > > 1-add-style-guide.patch contains the initial css from the style guide. > As we > > make further style changes, this file will be updated. > > 2-change-grays.patch changes the gray color elements in the app to the > ones > > in the new style guide. > > > > Thanks, > > Shruti and Matt > > > > > > -- > > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > > To make changes to your subscription: > > http://www.postgresql.org/mailpref/pgadmin-hackers > > > > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > --001a114b3b04e2c66005515ea196 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi<= /div>

With the latest pull, I f= ound:
The heade= r color of Properties panel disappears and background color of footer area = in Edit Properties panel is changed.
=
On Wed, Jun 7, 2017 at 6:28 PM, Dave Page <= dpage@pgadmin.org> wrote:
T= hanks, applied. I removed the doc comments from the CSS for now as we
don't have minimisation for that yet (and one of them seemed to be
garbage).

On Mon, Jun 5, 2017 at 4:52 PM, Shruti B Iyer <siyer@pivotal.io> wrote:
> Hi Hackers
>
> Attached are two patches for styling improvements.
> 1-add-style-guide.patch contains the initial css from the style guide.= As we
> make further style changes, this file will be updated.
> 2-change-grays.patch changes the gray color elements in the app to the= ones
> in the new style guide.
>
> Thanks,
> Shruti and Matt
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadm= in-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-ha= ckers

--001a114b3b04e2c66005515ea196--