Bug 31831 - Make inactive search options font slightly bigger
Summary: Make inactive search options font slightly bigger
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 30952
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-16 12:15 UTC by Katrin Fischer
Modified: 2023-12-28 20:42 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00


Attachments
Bug 31831: Make inactive search options font slightly bigger (1.20 KB, patch)
2022-10-24 14:04 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 31831: Make inactive search options font slightly bigger (1.25 KB, patch)
2022-10-24 18:02 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 31831: Make inactive search options font slightly bigger (1.31 KB, patch)
2022-10-24 18:07 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-10-16 12:15:30 UTC
Increase font size for 'inactive' search options in top search bar.

It looks like the inactive ones are a little smaller than the selected one, it would be nicer to have them slightly bigger, to make them easier to read.

The active one is also in front and bold, I think that should be enough to make it stand out without the difference in font size.
Comment 1 Owen Leonard 2022-10-24 14:04:52 UTC
Created attachment 142513 [details] [review]
Bug 31831: Make inactive search options font slightly bigger

This patch removes the reduced font size from the "tab" links in the
header search form (the links for switching between search forms). This
makes the links the same size as the search form label.

To test, apply the patch and rebuild the staff client CSS.

On any page in the staff interface, test the appearance and behavior
of the header search form. The controls should be clear and readable.
Comment 2 Lucas Gass 2022-10-24 18:02:04 UTC
Thanks for making these bigger, looks better that way. +1
Comment 3 Lucas Gass 2022-10-24 18:02:56 UTC
Created attachment 142543 [details] [review]
Bug 31831: Make inactive search options font slightly bigger

This patch removes the reduced font size from the "tab" links in the
header search form (the links for switching between search forms). This
makes the links the same size as the search form label.

To test, apply the patch and rebuild the staff client CSS.

On any page in the staff interface, test the appearance and behavior
of the header search form. The controls should be clear and readable.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 4 Katrin Fischer 2022-10-24 18:07:29 UTC
Created attachment 142544 [details] [review]
Bug 31831: Make inactive search options font slightly bigger

This patch removes the reduced font size from the "tab" links in the
header search form (the links for switching between search forms). This
makes the links the same size as the search form label.

To test, apply the patch and rebuild the staff client CSS.

On any page in the staff interface, test the appearance and behavior
of the header search form. The controls should be clear and readable.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 5 Tomás Cohen Arazi 2022-10-24 18:44:54 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!