Skip to content

Commit

Permalink
Merge pull request #4461 from moisseev/webui
Browse files Browse the repository at this point in the history
[Minor] Fix pagination control border radius
  • Loading branch information
vstakhov committed Apr 16, 2023
2 parents 4e11d4d + 745dbaa commit bb52344
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 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 Expand Up @@ -197,17 +201,6 @@ table#symbolsTable input[type="number"] {
color: #3a87ad;
}

.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

/* widget */
.card-header,
.modal-header {
Expand Down

0 comments on commit bb52344

Please sign in to comment.