Browse Source

[Minor] Fix pagination control border radius

tags/3.6
moisseev 1 year ago
parent
commit
02bb7ac7d5
1 changed files with 11 additions and 7 deletions
  1. 11
    7
      interface/css/rspamd.css

+ 11
- 7
interface/css/rspamd.css View 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 */

Loading…
Cancel
Save