Reduce button padding as intended

Fix typo in CSS file.
This commit is contained in:
Geoffrey D. Bennett
2022-03-14 09:23:55 +10:30
parent fc8714ec1e
commit 7df79349f9

View File

@@ -1,4 +1,4 @@
.route-label { font-size: smaller; } .route-label { font-size: smaller; }
.route-label:hover { background: #e0e0e0; } .route-label:hover { background: #e0e0e0; }
.route-label:drop(active) { box-shadow: none; background: #e0e0e0; } .route-label:drop(active) { box-shadow: none; background: #e0e0e0; }
.button { padding: 0px 5px 0px 5px; } button { padding: 0px 5px 0px 5px; }