remove css for old button in #route-summary

This commit is contained in:
Laura Klünder 2017-11-15 16:28:08 +01:00
parent ae4c20db4f
commit da5d8acd1e

View file

@ -183,7 +183,7 @@ main:not([data-view=route-result]) #route-result-buttons{
.locationinput.selected input { .locationinput.selected input {
padding-bottom: 25px; padding-bottom: 25px;
} }
.locationinput button, #route-summary button { .locationinput button {
position: absolute; position: absolute;
top: 6px; top: 6px;
right: 6px; right: 6px;
@ -198,7 +198,7 @@ main:not([data-view=route-result]) #route-result-buttons{
font-size: 42px; font-size: 42px;
color: #b2b2b2; color: #b2b2b2;
} }
.locationinput button:hover, #route-summary button:hover { .locationinput button:hover {
color: #a2a2a2; color: #a2a2a2;
} }
.locationinput button.locate { .locationinput button.locate {