docs/resources/stylesheets/navigation.css
2023-07-12 12:09:54 +00:00

14 lines
243 B
CSS

.navigation-part > rect {
stroke: black !important;
}
.navigation-paused > rect {
fill: #FFFF00AA !important;
color: black !important;
}
.navigation-resumed > rect {
fill: #00FF0022 !important;
color: white !important;
}