Add css rules to make maxspeed/advisory like maxspeed

This commit is contained in:
Bryan Housel
2018-03-15 00:59:49 -04:00
parent 4a71aa6146
commit c56464635c
+2
View File
@@ -1692,11 +1692,13 @@ input[type=number] {
content: none;
}
#preset-input-maxspeed_advisory,
#preset-input-maxspeed {
border-right: none;
border-radius: 0 0 0 4px;
width: 80%;
}
[dir='rtl'] #preset-input-maxspeed_advisory,
[dir='rtl'] #preset-input-maxspeed {
border-right: 1px solid #ccc;
border-radius: 0 0 4px 0;