Skip to content

Commit

Permalink
[Minor] Fix pagination control border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Apr 13, 2023
1 parent e24c536 commit 02bb7ac
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions interface/css/rspamd.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 */
Expand Down

0 comments on commit 02bb7ac

Please sign in to comment.