From 562cd7964be70d9dc1a22d97154003b2749152ef Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 21 Jun 2023 08:25:20 +0200 Subject: [PATCH] negative icon margin --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ae2a2d7..9fd4e49 100644 --- a/css/style.css +++ b/css/style.css @@ -113,10 +113,15 @@ table { button, label { - padding: .375rem .65rem !important; + /*! padding: .375rem .65rem !important; */ cursor: pointer; } +button i, +label i { + margin: 0 -.15rem; +} + button:disabled, :disabled+label { cursor: not-allowed !important;