Bug 31947

Summary: [Omnibus] Add 'btn-primary' to the main action button where it's missing
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: fridolin.somers, gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 32069, 31810, 31812, 31884, 31885, 31888, 31958, 32000, 32001, 32002, 32757, 32982    
Bug Blocks:    

Description Martin Renvoize 2022-10-24 13:30:28 UTC
With the staff client refresh, the btn-primary was given a much clearer set of yellow styling.. we should try to add said markup wherever it's missing.

This bug servers as a collector.
Comment 1 Fridolin Somers 2022-10-26 09:39:23 UTC
See doc about buttons in https://getbootstrap.com/docs/4.0/components/buttons/
Comment 2 Owen Leonard 2022-10-26 11:40:19 UTC
The staff client is currently on Bootstrap 3.x, so this is what we have to work with now:

https://getbootstrap.com/docs/3.3/css/#buttons
Comment 3 Martin Renvoize 2022-10-26 13:45:14 UTC
Must admit a assumed it t was btn-primary that had been used until I went to fix a case.. at which point I got totally confused... Another one to get added to the guidelines.. how and when to use it