simonlord / coffeechatter

Messing around with Node.js, Socket.IO and Dust.js in order to organize office coffee brewing
4 stars 13 forks source link

Make Actions buttons coloured #33

Open grievsie opened 9 years ago

grievsie commented 9 years ago

On the right hand side of Coffee Chatter are the actions buttons. They are all white and boring looking.

But when you click on an Actions button and it appears in the main messages area it is coloured and looks good.

Your task: make the Actions buttons on the right hand side the same colour as when they appear in the message area

HINTS: You need to open the Git console and cd to: c:/git/coffee-chatter You need to run the following first to get your code in sync: git pull The buttons are coloured in the message area so there is already code in there that does it. Your first task is to look through the code, searching for where the buttons get coloured. Once you find this you can use the same solution on the Actions buttons

Test it out as you did before by going through all of the steps in the README to start up the Dust and Node servers and checking out the page in your browser.

Once it looks good, put the URL into Coffee Chatter so people can test

Once they are happy with it, follow the instructions in the print-out I gave you on Friday to get the code added and checked in and to issue a push request.

Good luck ;)