In Drupal 7 we imagined that we would use blue buttons whenever there are two buttons shown. This to make the primary one stand out more, and thereby help the user be more efficient. This all comes from the principle of adding appropriate visual weight, by using the 'blue' for the primary save action we allow the user to be a moment faster by determinate the right button not by label or placement, but by color.
There is quite some practice and theory behind this, a good starting resource on this can be found at http://www.lukew.com/resources/articles/PSactions.asp
I have identified a few places where this occurs:
- admin/structure/types/manage/*
- admin/structure/menu/manage/menu-*/edit
- admin/structure/menu/item/*/edit
- admin/structure/taxonomy/*/edit
- taxonomy/term/*/edit/structure/taxonomy/*
- user/*/edit
This is dependent upon #1238124: The blue 'save' button is gone, bring it back! (or take it away again)