Skip to content

Commit

Permalink
Update button styles in style-bootstrap.css
Browse files Browse the repository at this point in the history
Bring back removed styles. They are used by several elements. If removed they break some of the UI.

Related: WeblateOrg#8356
  • Loading branch information
meel-hd committed Jul 27, 2024
1 parent badd080 commit 8170ad4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions weblate/static/style-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,12 @@ form + .login-label {
}
}

.btn-float .btn,
.btn-padded .btn {
padding: 2px 4px !important;
line-height: 0;
}

kbd {
border: 1px solid #bfc3c7;
-webkit-box-shadow: none;
Expand Down Expand Up @@ -1107,6 +1113,10 @@ thead th {
border: 1px solid #2eccaa;
}

.btn-link {
padding: 6px;
}

.btn-link.btn-xs {
padding: 0;
border: none;
Expand Down

0 comments on commit 8170ad4

Please sign in to comment.