mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
bootstrap: Re-add bootstrap CSS for modal_text_input class.
This commit re-adds bootstrap CSS rules to ".modal_text_input" selector in modal.css and this helps in adding the bootstrap CSS to text inputs used in modals. This is a prep commit to remove bootstrap CSS for text type inputs.
This commit is contained in:
@@ -355,13 +355,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-widget-button,
|
||||
.modal_text_input {
|
||||
.dropdown-widget-button {
|
||||
width: 206px;
|
||||
}
|
||||
|
||||
.modal_password_input,
|
||||
.modal_url_input {
|
||||
.modal_url_input,
|
||||
.modal_text_input {
|
||||
padding: 4px 6px;
|
||||
color: hsl(0deg 0% 33%);
|
||||
border-radius: 4px;
|
||||
|
Reference in New Issue
Block a user