LibreHealth EHR Mousetrap

You must have completed the Become a part of the community task prior to completing any others!

First clone the code from GitHub

Write a css element for each theme to change the default system mouse icon to another icon.

Example:

newmousediv{ 
   cursor: url('my_new_mouse.png'), default;
} 

Implement the use of this to change the icon when the user is hovering over a link that will change the currently viewed patient. An example of this is the Patient Search feature. Note: The intent is to mildly warn/notify the user that they are switching patients, while not interfering with the process.

Submit your work as a pull request to LibreHealth EHR GitHub.

If you need help, be sure to post your question to our forums or ask in our chatroom for Google Code-In.

This must be original work and must be in your own words. Any assets you use must be Creative Commons and attributed accordingly, or be your own original work.

Edited by Robby O'Connor