]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Avoid Stylelint warnings 4444/head
authormoisseev <moiseev@mezonplus.ru>
Thu, 23 Mar 2023 14:27:32 +0000 (17:27 +0300)
committermoisseev <moiseev@mezonplus.ru>
Thu, 23 Mar 2023 14:27:32 +0000 (17:27 +0300)
interface/css/rspamd.css

index 97de1a66989b50536ae276a074e1f837b90a87cd..e2011fa4d9877f3e33c0c4ce151e2f5271e77a35 100644 (file)
@@ -70,6 +70,12 @@ td.warning {
     }
 }
 
+/* Tweak FooTable for Bootstrap 5 */
+.footable .btn,
+.footable .form-control {
+    border-radius: 0.375rem;
+}
+
 /* bootstrap 4 additionals */
 .btn-group-xs > .btn,
 .btn-xs {
@@ -104,12 +110,6 @@ fieldset[disabled] .btn {
     height: 30px;
 }
 
-/* Tweak FooTable for Bootstrap 5 */
-.footable .btn,
-.footable .form-control {
-    border-radius: 0.375rem;
-}
-
 .footable-header .fooicon {
     font-size: 12px;
 }