diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index 26856ae..361c1f1 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -223,6 +223,10 @@ table { } tbody { + input[type=submit] { + margin-bottom: 0; + } + tr:hover { background-color: @accent-color; }