diff --git a/apps/presentor/template.html b/apps/presentor/interface.html
similarity index 97%
rename from apps/presentor/template.html
rename to apps/presentor/interface.html
index 2b0ddc1ec..a3c0fd890 100644
--- a/apps/presentor/template.html
+++ b/apps/presentor/interface.html
@@ -72,6 +72,14 @@
}
.icon-cross {
color: #e85600;
+ cursor: pointer;
+ transition: transform 0.2s ease-in-out;
+ }
+ .icon-cross:hover {
+ transform: scale(1.1);
+ }
+ .draghandle {
+ cursor: grab;
}