Skip to content

Commit

Permalink
0695dd5c3fb64810edd88aa13107452695a82a8e Fix: Bulma styling on narrow…
Browse files Browse the repository at this point in the history
… screens would not centre the buttons as expected

Sync to source repo @0695dd5c3fb64810edd88aa13107452695a82a8e
  • Loading branch information
dtbuild committed Jul 23, 2024
1 parent 663108e commit eb68e87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions css/buttons.bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,17 @@ div.dt-button-background {
float: none;
}
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
div.dt-buttons.field.is-grouped {
display: block;
}
div.dt-buttons.field.is-grouped button.btn.processing,
div.dt-buttons.field.is-grouped div.btn.processing,
div.dt-buttons.field.is-grouped a.btn.processing {
color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
div.dt-buttons.field.is-grouped button.btn.processing:after,
div.dt-buttons.field.is-grouped div.btn.processing:after,
div.dt-buttons.field.is-grouped a.btn.processing:after {
position: absolute;
top: 50%;
left: 50%;
Expand Down
2 changes: 1 addition & 1 deletion css/buttons.bulma.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "3.1.0",
"last-sync": "a5f44b037248904631a547f5996510e43cbbae51"
"last-sync": "0695dd5c3fb64810edd88aa13107452695a82a8e"
}

0 comments on commit eb68e87

Please sign in to comment.