From 1aae4edde3ea491c5af7065a0542986fc20ea940 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Mon, 14 Jan 2019 11:58:43 +0100 Subject: [PATCH] no margin for buttons in tables --- resources/app/stylesheets/app.less | 4 ++++ 1 file changed, 4 insertions(+) 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; }