no margin for buttons in tables

integration-tests
Josha von Gizycki 6 years ago
parent 7eb9a2c7fe
commit 1aae4edde3

@ -223,6 +223,10 @@ table {
} }
tbody { tbody {
input[type=submit] {
margin-bottom: 0;
}
tr:hover { tr:hover {
background-color: @accent-color; background-color: @accent-color;
} }

Loading…
Cancel
Save