mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-10 08:04:36 -06:00
Increase the width, and show the pointer cursor of the button under the
sortable backgrid header
This commit is contained in:
parent
0e8f804279
commit
430be1c4cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user