Task #9154 (closed)
Opened 7 years ago
Closed 7 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 7 years ago by wmoore
comment:2 Changed 7 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 7 years ago by atarkowska
- Remaining Time set to 0.1
- Sprint set to 2012-06-19 (17)
comment:4 Changed 7 years ago by atarkowska
- Status changed from new to accepted
comment:5 Changed 7 years ago by atarkowska
- Remaining Time changed from 0.1 to 0
- Status changed from accepted to closed
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)?