gigascience / gigadb-website

Source code for running GigaDB
http://gigadb.org
GNU General Public License v3.0
9 stars 15 forks source link

Enhances input text color contrast #2059

Closed luistoptal closed 3 weeks ago

luistoptal commented 1 month ago

Pull request for issue: #2034

This is a pull request for the following functionalities:

How to test?

navigate to e.g. http://gigadb.gigasciencejournal.com/adminDataset/update/id/5 and verify input text is black

How have functionalities been implemented?

there is a class that controls input text color, which I updated, i.e input:not([type="submit"]):not([type="button"]), select, textarea, .form-control, this will update the text color of all inputs, select and textareas except for any buttons

Any issues with implementation?

--

Any changes to automated tests?

--