mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 04:23:51 -06:00
Increase table header vertical padding to make headers more distinguished.
This commit is contained in:
parent
3d202dceeb
commit
c411520d98
@ -163,6 +163,9 @@ legend {
|
||||
|
||||
.table {
|
||||
margin-bottom: 0rem;
|
||||
th {
|
||||
padding: $table-header-cell-padding $table-cell-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
|
@ -113,6 +113,7 @@ $nav-tabs-link-active-bg: none;
|
||||
$nav-tabs-link-active-border-color: none;
|
||||
|
||||
$table-cell-padding: 0.25rem;
|
||||
$table-header-cell-padding: 0.75rem;
|
||||
$table-hover-bg: none; //we will use our own classes
|
||||
$table-active-bg: $color-primary-light;
|
||||
$table-border-width: $border-width !default;
|
||||
|
Loading…
Reference in New Issue
Block a user