mirror of https://github.com/zulip/zulip.git
support: Add bootstrap css rules to textarea element in support page.
This commit adds required bootstrap CSS rules used for textarea element in support page with existing CSS for that element in portico_signin.css. This change is done so we can safely remove textarea CSS rules for bootstrap.css as a part of our process to remove bootstrap without changing existing design.
This commit is contained in:
parent
2e93a4ccd6
commit
cb699d6c10
|
@ -870,6 +870,16 @@ button#register_auth_button_gitlab {
|
|||
width: 400px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
textarea {
|
||||
color: hsl(0, 0%, 33%);
|
||||
vertical-align: middle;
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue