summaryrefslogtreecommitdiff
path: root/app/views/admin/broadcast_messages/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/broadcast_messages/index.html.haml')
-rw-r--r--app/views/admin/broadcast_messages/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/broadcast_messages/index.html.haml b/app/views/admin/broadcast_messages/index.html.haml
index f265a6254dd..702b640d274 100644
--- a/app/views/admin/broadcast_messages/index.html.haml
+++ b/app/views/admin/broadcast_messages/index.html.haml
@@ -18,12 +18,12 @@
%div
= link_to '#', class: 'js-toggle-colors-link' do
Customize colors
- .form-group.js-toggle-colors-container.gl-hide
+ .form-group.js-toggle-colors-container.hide
= f.label :color, "Background Color"
.col-sm-10
= f.text_field :color, placeholder: "#AA33EE"
.light Hex values as 3 double digit numbers, starting with a # sign.
- .form-group.js-toggle-colors-container.gl-hide
+ .form-group.js-toggle-colors-container.hide
= f.label :font, "Font Color"
.col-sm-10
= f.text_field :font, placeholder: "#224466"