diff --git a/Gemfile.lock b/Gemfile.lock index 8105f63c12..94f2abb9df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -659,4 +659,4 @@ RUBY VERSION ruby 3.2.2p53 BUNDLED WITH - 2.4.22 + 2.5.11 diff --git a/app/assets/stylesheets/pages/volunteers.scss b/app/assets/stylesheets/pages/volunteers.scss index 2d044fbd6a..0a09689184 100644 --- a/app/assets/stylesheets/pages/volunteers.scss +++ b/app/assets/stylesheets/pages/volunteers.scss @@ -18,16 +18,18 @@ body.volunteers { } } } - - table#volunteers.dataTable.hover tbody tr.selected > * { background-color: rgba(54, 92, 245, 0.1); box-shadow: none; color: inherit; } - table#volunteers.dataTable.hover > tbody > tr.selected:hover > * { background-color: rgba(54, 92, 245, 0.15); box-shadow: none !important; color: inherit; } + +.form-check-input { + background-color: #757575; +} + diff --git a/app/views/volunteers/index.html.erb b/app/views/volunteers/index.html.erb index 17ceadb0ce..2e4fe387df 100644 --- a/app/views/volunteers/index.html.erb +++ b/app/views/volunteers/index.html.erb @@ -157,12 +157,12 @@ -
+
-