diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index a17d702486973e6c3879d4e6326d995254fd5929..91085f6419b52fff85b76dd8630d7e9e81d71ec4 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -151,7 +151,7 @@ form.upload
     font-size: 14pt
     font-weight: normal
     color: #eee
-    &:not(h2):empty
+    &:not(input):not(textarea):empty
       display: none
       & + .image
         border-top-left-radius: 4px
@@ -168,5 +168,5 @@ form.upload
     font-size: 11pt
     font-weight: normal
     color: #eee
-    &:not(div):empty
+    &:not(input):not(textarea):empty
       display: none
\ No newline at end of file