]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix pagination control border radius
authormoisseev <moiseev@mezonplus.ru>
Thu, 13 Apr 2023 09:40:53 +0000 (12:40 +0300)
committermoisseev <moiseev@mezonplus.ru>
Thu, 13 Apr 2023 13:48:02 +0000 (16:48 +0300)
interface/css/rspamd.css

index e2011fa4d9877f3e33c0c4ce151e2f5271e77a35..3074044013e1ccfd30a7b5e41d8f27ca0492d249 100644 (file)
@@ -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 */