From 02bb7ac7d59634e4c5acd437d3f85d78f4b0b95d Mon Sep 17 00:00:00 2001 From: moisseev Date: Thu, 13 Apr 2023 12:40:53 +0300 Subject: [PATCH] [Minor] Fix pagination control border radius --- interface/css/rspamd.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index e2011fa4d..307404401 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -94,6 +94,14 @@ fieldset[disabled] .btn { width: 1%; } +a { + outline: none; +} +textarea { + font-family: "Courier New", Courier, monospace; + resize: vertical; +} + /* Tweak FooTable for Bootstrap 4 */ .footable .dropdown-toggle::after { content: none; @@ -113,13 +121,9 @@ fieldset[disabled] .btn { .footable-header .fooicon { font-size: 12px; } - -a { - outline: none; -} -textarea { - font-family: "Courier New", Courier, monospace; - resize: vertical; +.footable .pagination > li:last-child > a { + border-top-right-radius:4px; + border-bottom-right-radius:4px } /* local overrides */ -- 2.39.5