Skip to content

Commit

Permalink
Fix styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Sep 9, 2024
1 parent 1d0b5b6 commit d8b83dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Improved the French translation ([#484](https://github.com/putyourlightson/craft-campaign/issues/484)).
- Improved the German translation.

### Fixed

- Fixed some styling issues.

## 3.4.3 - 2024-08-12

### Changed
Expand Down
3 changes: 2 additions & 1 deletion src/resources/css/datatables.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
background-color: rgba(96, 125, 159, 0.25);
border: none;
border-radius: 5px;
padding: 7px 17px 7px 10px;
}

.dataTables_wrapper .dataTables_filter {
Expand All @@ -65,7 +66,7 @@
margin-left: 0 !important;
background-color: #fbfcfe;
border: 1px solid rgba(96, 125, 159, 0.25);
padding: 6px 9px;
padding: 6px 9px 6px 27px;
}

.dataTables_wrapper .dataTables_filter input:focus {
Expand Down

0 comments on commit d8b83dd

Please sign in to comment.