Changing color nstreinen module
-
I want to change the departure delay to red color
I managed to change the symbol color to yellow but can’t seem to change the delay to red:
here is my custom.css:.nstreinen .symbol {
color: #f7d417;
}
.nstreinen .departureDelay {
color: #ff0000;
}sorry for my bad English
-
Your English is fine
That’s because there is no class called .departureDelay
You can fork his branch and add .departureDelay to the className or you can ask the author to add it.
Then your className would work if you need more help with this I would be happy to help you if you don’t understand what I’m saying