mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
bootstrap: Remove CSS for fieldset element from bootstrap.css.
This commit adds the required bootstrap CSS rules for fieldset elements to the specific selector in portico_signin.css and removes the CSS from bootstrap.css.
This commit is contained in:
@@ -898,6 +898,8 @@ button#register_auth_button_gitlab {
|
||||
|
||||
& fieldset {
|
||||
margin: 30px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
|
||||
.input-box:last-child {
|
||||
margin-bottom: 0;
|
||||
|
||||
5
web/third/bootstrap/css/bootstrap.css
vendored
5
web/third/bootstrap/css/bootstrap.css
vendored
@@ -422,11 +422,6 @@ table {
|
||||
form {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
fieldset {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
label,
|
||||
input,
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user