From 430be1c4cb5989c0f87c32a8f2cb1b23b2089192 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Wed, 30 Jan 2019 11:55:31 +0530 Subject: [PATCH] Increase the width, and show the pointer cursor of the button under the sortable backgrid header --- web/pgadmin/static/scss/_backgrid.overrides.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/pgadmin/static/scss/_backgrid.overrides.scss b/web/pgadmin/static/scss/_backgrid.overrides.scss index e3a3c4ea8..064ffe7b4 100644 --- a/web/pgadmin/static/scss/_backgrid.overrides.scss +++ b/web/pgadmin/static/scss/_backgrid.overrides.scss @@ -4,6 +4,12 @@ line-height: $line-height-base; } +.backgrid.table th.sortable > button { + width: 100%; + text-align: left; + cursor: pointer; +} + .backgrid.backgrid-striped tbody { & tr:nth-child(even) { background: $table-bg;