Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #9154 (closed)

Opened 12 years ago

Closed 12 years ago

Bug: Make basket icon brighter

Reported by: saloynton Owned by: atarkowska
Priority: critical Milestone: OMERO-4.4
Component: Web Version: n.a.
Keywords: n.a. Cc: web-team@…, ux@…
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: 0.0d
Sprint: 2012-06-19 (17)

Description

The basket icon is currently difficult to see.
It will need to be made whiter to help with the contrast.

  • Ticket discussed in web meeting 11th June

https://www.openmicroscopy.org/site/community/minutes/minigroup/webmeeting/2012/2012-06-11

Change History (5)

comment:1 Changed 12 years ago by wmoore

Sorry - Just to clarify: it needs to be whiter when the basket is empty?

If that's what you want, then this will make it appear similar contract to the activities icon

jrs-macbookpro-25107:OMERO will$ git diff
diff --git a/components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/base/includes/basket_info.html b/components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/base/includes/basket_info.html
index ece1770..9454c02 100644
--- a/components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/base/includes/basket_info.html
+++ b/components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/base/includes/basket_info.html
@@ -26,7 +26,7 @@
 
 var calculateCartTotal = function(total){
     if ((typeof total == 'undefined') || (total == '0') || (total == 0)) {
-        $("#launch_basket").css('opacity', 0.2);
+        $("#launch_basket").css('opacity', 0.5);
         $('#cartTotal').hide();
     } else {
         $("#launch_basket").css('opacity', 1.0);

Hope that helps (probably hasn't really saved much time)?

comment:2 Changed 12 years ago by atarkowska

Thanks Will for your input. As 'Run script' has no opacity set (I assume there is no reason for that) then decision is to make all of them 100% visible.

comment:3 Changed 12 years ago by atarkowska

  • Remaining Time set to 0.1
  • Sprint set to 2012-06-19 (17)

comment:4 Changed 12 years ago by atarkowska

  • Status changed from new to accepted

comment:5 Changed 12 years ago by atarkowska

  • Remaining Time changed from 0.1 to 0
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.67724 sec.)

We're Hiring!