diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-14 14:25:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-14 14:25:09 +0200 |
commit | 6db03e0e99807d4dc97c4b4296900742bfbca5af (patch) | |
tree | bf93fa111d481fcdd889dc3bb19f83eab515f480 /public/default.css | |
parent | 4f89679f245cf42d6b9719271214290598ccc642 (diff) |
full_route: show less important stations in gray instead of black
Diffstat (limited to 'public/default.css')
-rw-r--r-- | public/default.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/default.css b/public/default.css index fdad354..2ddb687 100644 --- a/public/default.css +++ b/public/default.css @@ -151,6 +151,18 @@ div.displayclean li .moreinfo .mroute { margin-bottom: 0.6em; } +div.displayclean li .moreinfo .mroute .separator { + color: #999999; +} + +div.displayclean li .moreinfo .mroute .important-stop { + color: #000000; +} + +div.displayclean li .moreinfo .mroute .generic-stop { + color: #555555; +} + div.displayclean li .dest { color:#000000; /*font-weight:bold;*/ |