Closed luistoptal closed 3 weeks ago
This is a pull request for the following functionalities:
navigate to e.g. http://gigadb.gigasciencejournal.com/adminDataset/update/id/5 and verify input text is black
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
input:not([type="submit"]):not([type="button"]), select, textarea, .form-control
--
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 buttonsAny issues with implementation?
--
Any changes to automated tests?
--