mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +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 {
|
& fieldset {
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
|
||||||
.input-box:last-child {
|
.input-box:last-child {
|
||||||
margin-bottom: 0;
|
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 {
|
form {
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
}
|
}
|
||||||
fieldset {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
label,
|
label,
|
||||||
input,
|
input,
|
||||||
button {
|
button {
|
||||||
|
|||||||
Reference in New Issue
Block a user