remove green color from button

pull/6827/head
Vadim Costin 10 years ago
parent e6b3b43ec5
commit 1ac171566b
  1. 2
      app/views/cost_objects/_edit.html.erb
  2. 2
      app/views/cost_objects/new.html.erb
  3. 2
      app/views/cost_types/edit.html.erb
  4. 2
      app/views/cost_types/index.html.erb
  5. 2
      app/views/costlog/_date_range.html.erb
  6. 2
      app/views/costlog/edit.html.erb
  7. 2
      app/views/hourly_rates/edit.html.erb

@ -29,5 +29,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<fieldset><legend><%= l(:label_attachment_plural )%></legend> <fieldset><legend><%= l(:label_attachment_plural )%></legend>
<p><%= render :partial => 'attachments/form' %></p> <p><%= render :partial => 'attachments/form' %></p>
</fieldset> </fieldset>
<%= styled_button_tag l(:button_submit), class: '-success -with-icon icon-yes' %> <%= styled_button_tag l(:button_submit), class: '-with-icon icon-yes' %>
<% end %> <% end %>

@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
:html => {:multipart => true, :id => 'cost_object_form'} do |f| %> :html => {:multipart => true, :id => 'cost_object_form'} do |f| %>
<%= error_messages_for 'cost_object' %> <%= error_messages_for 'cost_object' %>
<%= render :partial => 'form', :locals => {:f => f} %> <%= render :partial => 'form', :locals => {:f => f} %>
<%= styled_button_tag l(:button_create), class: '-success -with-icon icon-yes' %> <%= styled_button_tag l(:button_create), class: '-with-icon icon-yes' %>
<%= styled_button_tag l(:button_create_and_continue), :name => 'continue', <%= styled_button_tag l(:button_create_and_continue), :name => 'continue',
class: 'button -highlight'%> class: 'button -highlight'%>

@ -73,7 +73,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%= link_to_function l(:button_add_rate), "addRate($('add_rate_date'))", {:class => "button icon icon-add"} %> <%= link_to_function l(:button_add_rate), "addRate($('add_rate_date'))", {:class => "button icon icon-add"} %>
</div> </div>
<hr class="form--separator"> <hr class="form--separator">
<%= styled_button_tag l(:button_save), class: '-success -with-icon icon-yes' %> <%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %>
<% end %> <% end %>

@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
{ :update => "content", { :update => "content",
:with => "Form.serialize('query_form')", :with => "Form.serialize('query_form')",
:method => :get :method => :get
}, :class => 'button -success -with-icon icon-yes' %> }, :class => 'button -with-icon icon-yes' %>
<%= link_to_remote l(:button_clear), <%= link_to_remote l(:button_clear),
{ :url => { :clear_filter => true }, { :url => { :clear_filter => true },

@ -45,5 +45,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%= calendar_for :to %> <%= calendar_for :to %>
</div> </div>
</div> </div>
<%= styled_button_tag l(:button_apply), class: '-success -with-icon icon-yes' %> <%= styled_button_tag l(:button_apply), class: '-with-icon icon-yes' %>
</fieldset> </fieldset>

@ -100,7 +100,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div> </div>
</div> </div>
<%= styled_button_tag l(:button_save), class: '-success -with-icon icon-yes' %> <%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %>
<% end %> <% end %>
<% content_for :header_tags do %> <% content_for :header_tags do %>

@ -56,5 +56,5 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<label class="hidden-for-sighted", for="add_rate_date" %>"><%= l(:description_date_for_new_rate) %></label> <label class="hidden-for-sighted", for="add_rate_date" %>"><%= l(:description_date_for_new_rate) %></label>
<%= link_to_function l(:button_add_rate), "addRate($('add_rate_date'))", {:class => "button icon icon-add"} %> <%= link_to_function l(:button_add_rate), "addRate($('add_rate_date'))", {:class => "button icon icon-add"} %>
</div> </div>
<div><%= styled_button_tag l(:button_save), class: '-success -with-icon icon-yes' %></div> <div><%= styled_button_tag l(:button_save), class: '-with-icon icon-yes' %></div>
<% end %> <% end %>

Loading…
Cancel
Save