Reduce button padding as intended
Fix typo in CSS file.
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user