Skip to content

Commit

Permalink
CAUSEWAY-3829: css fix for the new buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Nov 20, 2024
1 parent 68549e9 commit 3b6c116
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
padding-top: calc(.5 * var(--bs-card-spacer-y));
}

.table-filter-bar .btn {
border: var(--bs-border-width) solid var(--bs-border-color);
}

/* alignment of certain data types within collections */
.collectionContentsAsAjaxTablePanel table.contents .scalarPanelTextFieldNumeric {
text-align: right;
Expand Down

0 comments on commit 3b6c116

Please sign in to comment.