mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
@@ -173,7 +173,7 @@ code {
|
|||||||
.btn {
|
.btn {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
background: #4892d9;
|
background: #2f5f8b;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -186,7 +186,7 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn.selected {
|
.btn.selected {
|
||||||
background: #2f5f8b;
|
background: #4892d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container {
|
.button-container {
|
||||||
@@ -197,7 +197,7 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover {
|
.btn:hover {
|
||||||
background: #2f5f8b;
|
background: #4892d9;
|
||||||
}
|
}
|
||||||
/*button:focus { }*/
|
/*button:focus { }*/
|
||||||
/*button:active { }*/
|
/*button:active { }*/
|
||||||
|
|||||||
Reference in New Issue
Block a user