pgAdmin 4 commit: Fixed dark theme-related CSS and modify the color cod

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed dark theme-related CSS and modify the color cod
Date: 2020-07-03 06:19:13
Message-ID: E1jrF2X-00031C-Ov@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed dark theme-related CSS and modify the color codes. Fixes #5287
Fixed backgrid row hover issue where on hover background color is set for edit and delete cell only. Fixes #5470

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=341c3aded6edc771dc9f43ba31fc67874146118f
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_24.rst | 2 ++
.../schemas/tables/columns/static/js/column.js | 12 ++----------
.../servers/databases/schemas/types/static/js/type.js | 13 +++----------
web/pgadmin/dashboard/static/js/dashboard.js | 5 +++++
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 6 +++---
web/pgadmin/static/scss/_alert.scss | 16 ++++++++++------
web/pgadmin/static/scss/_alertify.overrides.scss | 15 +++++++++------
web/pgadmin/static/scss/_backgrid.overrides.scss | 18 +++++++++++++-----
web/pgadmin/static/scss/_bootstrap.overrides.scss | 7 -------
web/pgadmin/static/scss/pgadmin.scss | 5 +++++
web/pgadmin/static/scss/resources/_default.style.scss | 8 --------
.../static/scss/resources/_default.variables.scss | 9 ++++++++-
.../static/scss/resources/_theme.variables.scss.sample | 8 +++++++-
.../static/scss/resources/dark/_theme.variables.scss | 11 ++++++++++-
web/pgadmin/static/vendor/backgrid/backgrid.js | 9 ++++++++-
.../static/js/search_objects_dialog_wrapper.js | 4 ++--
.../tools/user_management/static/js/user_management.js | 1 +
17 files changed, 88 insertions(+), 61 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-03 06:19:31 Re: [pgAdmin][RM5287] Dark theme and other CSS related fixes
Previous Message Nikhil Mohite 2020-07-03 04:32:55 Re: [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content