Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 02:38:53 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 02:38:53 +0400
commit6cbadc953f172bf331c059b05c71ca85736d3030 (patch)
tree34bac8bc9b36625c5cad5c975739571ac7911d08 /app/views/admin/broadcast_messages
parent5c3e0f61d731c97d9c08eaaf8b5b57b66e26c4e5 (diff)
css class .hide has \!important so use gl-hide instead
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/broadcast_messages')
-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 d7c78950b95..043ce4fd817 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
- .control-group.js-toggle-colors-container.hide
+ .control-group.js-toggle-colors-container.gl-hide
= f.label :color, "Background Color"
.controls
= f.text_field :color, placeholder: "#AA33EE"
.light Hex values as 3 double digit numbers, starting with a # sign.
- .control-group.js-toggle-colors-container.hide
+ .control-group.js-toggle-colors-container.gl-hide
= f.label :font, "Font Color"
.controls
= f.text_field :font, placeholder: "#224466"