Horizontal line black instead of grey in the boost theme

Horizontal line black instead of grey in the boost theme

autor Stefan Franz -
Počet odpovědí: 1

In the boost theme a line is very thin and light grey instead of black.

With the help of Mikel i was able to change it to black: https://tracker.moodle.org/browse/MDL-81758

But in the edit mode, the line is still grey. (after saving it gets black). 
Is there a way to have the line also in the edit mode black?

Průměr hodnocení: -
V odpovědi na Stefan Franz

Re: Horizontal line black instead of grey in the boost theme

autor Bob Gilmore -
Obrázek: Particularly helpful Moodlers
Hey Stefan,

The solution you used from that tracker changed the custom CSS of your moodle theme and in most cases a similar solution would work to fix similar problems.
 
However the Tiny editor uses it's own CSS that isn't tied to Moodles CSS and so therefore cant be edited in the Moodle Theme Custom CSS settings. A similar problem existed for H5P content until about 4.3ish.
 
I don't have an answer for you, and hopefully someone else does. I suspect the solution will involve changing to code behind the scenes and it looks like the tiny CSS has been minified making changing it.... entertaining?