commit 02bb7ac: [Minor] Fix pagination control border radius

moisseev moiseev at mezonplus.ru
Sun Apr 16 22:21:03 UTC 2023


Author: moisseev
Date: 2023-04-13 12:40:53 +0300
URL: https://github.com/rspamd/rspamd/commit/02bb7ac7d59634e4c5acd437d3f85d78f4b0b95d

[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 */


More information about the Commits mailing list