pgAdmin 4 commit: Update the styling to use the set of grays defined in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update the styling to use the set of grays defined in
Date: 2017-06-07 12:57:52
Message-ID: E1dIaX2-00079v-5U@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update the styling to use the set of grays defined in the WIP style guide.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d05385585d559b13f3eb8bcec83d5c41afeab30
Author: Shruti B Iyer <siyer(at)pivotal(dot)io>

Modified Files
--------------
web/karma.conf.js | 4 +-
web/pgadmin/browser/static/js/menu.js | 42 +++++++-
web/pgadmin/static/css/bootstrap.overrides.css | 17 +++-
web/pgadmin/static/css/pgadmin.style.css | 106 +++++++++++++++++++++
web/pgadmin/static/css/webcabin.overrides.css | 4 +-
web/pgadmin/templates/base.html | 1 +
.../tools/datagrid/templates/datagrid/index.html | 2 +-
.../tools/debugger/templates/debugger/direct.html | 2 +-
.../tools/sqleditor/static/css/sqleditor.css | 6 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js | 2 +-
web/regression/javascript/browser/menu_spec.js | 83 ++++++++++++++++
web/regression/javascript/test-main.js | 4 +-
12 files changed, 257 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-07 12:58:59 Re: [pgAdmin4][PATCH] Consolidating gray colors in the application
Previous Message Surinder Kumar 2017-06-07 12:56:00 Re: Re: [pgAdmin4][Patch][Feature #1971]: Remember column sizes between executions of the same query in the query tool