8286: bigger star icon with stronger color contrast.
[arvados.git] / apps / workbench / app / views / application / _show_star.html.erb
index 25ed27529f903df628f3167f036f3201791cb7b5..b32fd476de9e83640640b9d07ac85238bea7ae0a 100644 (file)
@@ -1,9 +1,9 @@
 <% if current_user and is_starred %>
-  <%= link_to(star_path(status: 'delete', id:@object.uuid, action_method: 'get'), class: "btn btn-xs star-unstar", title: "Remove from list of favorites", remote: true) do  %>
-            <i class="fa fa-fw fa-star"></i>
+  <%= link_to(star_path(status: 'delete', id:@object.uuid, action_method: 'get'), style: "color:#D00", class: "btn btn-xs star-unstar", title: "Remove from list of favorites", remote: true) do  %>
+            <i class="fa fa-lg fa-star"></i>
           <% end %>
 <% else %>
   <%= link_to(star_path(status: 'create', id:@object.uuid, action_method: 'get'), class: "btn btn-xs star-unstar", title: "Add to list of favorites", remote: true) do %>
-            <i class="fa fa-fw fa-star-o"></i>
+            <i class="fa fa-lg fa-star-o"></i>
           <% end %>
 <% end %>