From cff0cff04ffd7ffea96441ef1dd3cc9de14827ee Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 22 2016 06:22:07 +0000 Subject: Make the `Save changes` button appear as clickable --- diff --git a/hubs/static/css/style.css b/hubs/static/css/style.css index 5411960..0015476 100644 --- a/hubs/static/css/style.css +++ b/hubs/static/css/style.css @@ -394,3 +394,7 @@ font-size: 32pt; position: absolute; bottom: 0; } + +#save_edits_btn { + cursor: pointer; +}