DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 21 forks source link

Change button color from yellow to green for all CRUD part #98

Open kevinjhappy opened 5 years ago

kevinjhappy commented 5 years ago

Current behavior

The Edit button are Yellow

screenshot_2019-03-04 talks - community event manager

Expected behavior

The edit button must be on another color close to red to indicate that will change datas

tdutrion commented 5 years ago

Colours are defined in the bootstrap template used here. What's the current btn class used here? What you say is it should be danger or warning?

My guess is that we are using btn-primary and btn-warning here, which is semantically correct IMO, I'd rather have a change in the "Add talk" button's colour.

tdutrion commented 5 years ago

Is there a custom theme on the project?

Should we remove the custom theme, and buttons as below: