Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dIcwW-0002pT-4C for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Jun 2017 15:32:20 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dIcwV-0007gG-N3 for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Jun 2017 15:32:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dIcwH-00075Y-5M for pgadmin-hackers@postgresql.org; Wed, 07 Jun 2017 15:32:05 +0000 Received: from mail-io0-x22f.google.com ([2607:f8b0:4001:c06::22f]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dIcwD-0006jq-MJ for pgadmin-hackers@postgresql.org; Wed, 07 Jun 2017 15:32:04 +0000 Received: by mail-io0-x22f.google.com with SMTP id y77so8503386ioe.3 for ; Wed, 07 Jun 2017 08:32:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=h6zmm21B+x1TQV6AQgv4LS0yN0jBcp9WibA5wHo+7iY=; b=DXNQWsFcqJXOHzEkYtZmxRj9NATxgaQevO/Y63tTkxZt+PdWUfRa4Bmxyp6N8ncbZ3 QfElsVgTlHM5GeIiPtUIh35M4lPh7rlPmsU/POLb/Bq+6mhTDecPgu8oLo/wfGcc6ykp 8UHY6QUvQ6StE4evMwlgwddQi/Mrk96uAimVzOsjl89PZcq9o8tX6eqRdqfU/v54nrAX MEfN/RqSEcKtVAh2ekUM1zC4YCziEpu9JBu+oElvlly4Jw6pz8lO68CEor1UM/MGJLC8 EfmQf7vBn8i5aD4vCK6I7l1IzeZtDB0hMgT0VK/dqWDLSAQ3NIjhdo9DsTiSB56h6Tui T2qQ== 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=h6zmm21B+x1TQV6AQgv4LS0yN0jBcp9WibA5wHo+7iY=; b=WoBSzc07jRGryYJ8NhjuN/qtTAu8smWvsjHbdD7WEIVRXqiLzPl9Cd7bVhHlllJt+3 EtRP+Z/sS0YhbDMVUi5wOraVdKxYn/tzJDIK9gq8WiVwZ9K9BdycZ34+4uvO+5GfDEOL in2GD34j5ZrYQ0ZpAPqIJObzrAAlESn3GKJEOhZ8k2nfQeD+y5PVmCukOMJiIqBaCWl/ vhE0VfwpcaM7N46Ptt83ihyaSFo2bLJ3Ld5xxuRpBDuUtkCstvetZMSJCf2Nt8qwUYSm Dpq1WRJSOfPG37+SR4fcjEloiSr2UJEOk39pXnx/hicnyRdhY7W18z50F/IOImxKpg7Y cwgA== X-Gm-Message-State: AODbwcBvrIdsA2wqULJJCQO0nXRQPsnYJGjO2NXDHhFELHqKopN6ySwl JcppqcFp07XV446KH50eG5Ctnkw6oROB X-Received: by 10.107.19.131 with SMTP id 3mr10357964iot.232.1496849519673; Wed, 07 Jun 2017 08:31:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.174.147 with HTTP; Wed, 7 Jun 2017 08:31:57 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 7 Jun 2017 16:31:57 +0100 Message-ID: Subject: Re: [pgAdmin4][PATCH] Consolidating gray colors in the application To: Surinder Kumar Cc: Robert Eckhardt , Shruti B Iyer , pgadmin-hackers , Matthew Kleiman Content-Type: text/plain; charset="UTF-8" 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 Thanks, applied. On Wed, Jun 7, 2017 at 3:48 PM, Surinder Kumar wrote: > Hi > > I have used classes 'bg-gray-2 border-gray-3' for styling header and footer > of properties panel which are also used in other places. > > Please find attached patch. > > > On Wed, Jun 7, 2017 at 6:59 PM, Robert Eckhardt > wrote: >> >> Thank you. >> >> -- Rob >> >> On Wed, Jun 7, 2017 at 9:28 AM, Surinder Kumar >> wrote: >>> >>> Sure I will send. >>> >>> On Wed, Jun 7, 2017 at 6:54 PM, Dave Page wrote: >>>> >>>> On Wed, Jun 7, 2017 at 2:22 PM, Surinder Kumar >>>> wrote: >>>> > 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. >>>> >>>> Oh, I missed that :-(. Can you come up with a quick fix using the new >>>> classes? >>>> >>>> -- >>>> Dave Page >>>> Blog: http://pgsnake.blogspot.com >>>> Twitter: @pgsnake >>>> >>>> EnterpriseDB UK: http://www.enterprisedb.com >>>> The Enterprise PostgreSQL Company >>> >>> >> > -- 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