pgAdmin 4 commit: Update dialogue error styling to match alerts

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update dialogue error styling to match alerts
Date: 2017-07-10 08:36:13
Message-ID: E1dUUAv-0002i5-Qs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update dialogue error styling to match alerts

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d56f1d847c946f43bebbfbdefb929870f0050694
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js | 12 ++-
web/pgadmin/dashboard/static/css/dashboard.css | 6 ++
web/pgadmin/static/css/bootstrap.overrides.css | 25 ++-----
web/pgadmin/static/scss/_alert.scss | 93 +++++++++++++++++++++++-
web/pgadmin/static/scss/_backform.overrides.scss | 21 ++++++
web/pgadmin/static/scss/_othercolors.scss | 19 +++--
web/pgadmin/static/scss/pgadmin.scss | 5 +-
7 files changed, 150 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-10 08:36:29 Re: [pgadmin-hackers][patch] Update the error alerts style in dialog
Previous Message Khushboo Vashi 2017-07-10 06:07:33 [pgAdmin4][Patch]: Fixed #2532 - Left side tree: The node disappears on update if there is only one child exist for that category.