Commit 9695d305 authored by Lili Urban's avatar Lili Urban Committed by derf
Browse files

Add type "Stb" to Tram & Stadtbahn category so correct colour is shown

parent 4d958ce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ my %valid_train_type = map { $_ => 1 } qw(
  Regionalbus RegionalBus SB ExpressBus BSV RVV-Bus-Linie Buslinie Omnibus
  RegioBus RUF AST RufTaxi Rufbus Linientaxi
  Fhre Fh Schiff SCH KAT FERRY
  STR Tram TRAM Str Strb STB Straenbahn NachtTram Stadtbahn Niederflurstrab
  STR Tram TRAM Str Strb STB Stb Straenbahn NachtTram Stadtbahn Niederflurstrab
  Trm S RS RER SKW METRO
  S-Bahn U M SUBWAY U-Bahn UBAHN
  Schw-B Schwebebahn H-Bahn
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ ul.route-history > li {
		border-radius: 5rem;
		padding: .2rem .5rem;
	}
	&.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Straenbahn, &.NachtTram, &.Stadtbahn, &.Niederflurstrab, &.Trm {
	&.STR, &.Tram, &.TRAM, &.Str, &.Strb, &.STB, &.Stb, &.Straenbahn, &.NachtTram, &.Stadtbahn, &.Niederflurstrab, &.Trm {
		background-color: #c5161c;
		border-radius: 5rem;
		padding: .2rem .5rem;