diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 6ec6a8ff..bcd8615a 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -23,10 +23,6 @@ a { &:visited { color: #666; } - &:hover { - color: #fff; - background-color: #000; - } } div { diff --git a/app/views/characters/_edit_form.html.erb b/app/views/characters/_edit_form.html.erb index e52a0349..d475a5bf 100644 --- a/app/views/characters/_edit_form.html.erb +++ b/app/views/characters/_edit_form.html.erb @@ -4,7 +4,9 @@ <%= f.label :name, :class => 'control-label' %>
<%= f.text_field :name, :class => 'text_field' %> - Randomize + + Randomize +
@@ -17,6 +19,9 @@ <%= f.label :age, :class => 'control-label' %>
<%= f.text_field :age, :class => 'text_field' %> + + Randomize +
diff --git a/app/views/characters/_form.html.erb b/app/views/characters/_form.html.erb index b59c0efd..0a13ae2c 100644 --- a/app/views/characters/_form.html.erb +++ b/app/views/characters/_form.html.erb @@ -4,6 +4,9 @@ <%= f.label :name, :class => 'control-label' %>
<%= f.text_field :name, :class => 'text_field' %> + + Randomize +