diff --git a/web/styles/modal.css b/web/styles/modal.css index c5b993b059..79dfb57f1a 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -527,3 +527,21 @@ #invite_users_option_tabs_container { margin-bottom: 20px; } + +#send_later_options { + .send_later_list { + margin: 0; + list-style: none; + + .send_later_option { + display: flex; + padding: 3px 15px; + + &:focus, + &:hover { + text-decoration: none; + background-color: hsl(0deg 0% 0% / 20%); + } + } + } +} diff --git a/web/templates/send_later_modal_options.hbs b/web/templates/send_later_modal_options.hbs index d155a34324..32ad4f19e8 100644 --- a/web/templates/send_later_modal_options.hbs +++ b/web/templates/send_later_modal_options.hbs @@ -1,26 +1,26 @@
-