You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some links in the job list can be unreadable (link in dark blue on less dark blue, or blue on dark green).
It can be avoided by modifying the stylesheet assets/stylesheets/application.css.
Changing
.label a { color: #FFFFFF; }
into
.label a { color: #FFFFFF !important; }
will do the trick.
Maybe not the most elegant solution but works with an almost-redmine-default stylesheet.
The text was updated successfully, but these errors were encountered:
Some links in the job list can be unreadable (link in dark blue on less dark blue, or blue on dark green).
It can be avoided by modifying the stylesheet
assets/stylesheets/application.css
.Changing
into
will do the trick.
Maybe not the most elegant solution but works with an almost-redmine-default stylesheet.
The text was updated successfully, but these errors were encountered: