Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.1
-
Fix Version/s: 2.3.2
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-34412_master -
Pull Master Diff URL:
Description
Upgraded to Moodle 2.3.1 and tested the new file-picker which is fantastic.
However, our site uses the excellent Afterburner theme which has a blue used by the file-picker and makes the black text illegible.
I edited the afterburner_styles.css files and replaced the offending blue colour (#34637f - as found by the eye dropper tool in Photoshop) with grey (#808080).
<!-- Extract from afterburner_styles.css
select, input, button {
background-color: #808080;
color: #fff;
This changed the global blue buttons to grey as expected and also changed the background colour in the file-picker dropdown box and buttons to grey.
There is still a readability issue that would be addressed if the text of those items could be changed to white.
Attachments
Issue Links
- will help resolve
-
MDL-34124 Theme Afterburner: can't read select menus in filemanager
-
- Closed
-