pgAdmin 4 commit: Fixed dark theme-related CSS and modify the color cod - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed dark theme-related CSS and modify the color cod
Date
Msg-id E1jrF2X-00031C-Ov@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM4235]: Tab indent on a selection of lines is deleting content
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5287] Dark theme and other CSS related fixes