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:
Sahil Batra
2023-06-20 08:49:50 +05:30
committed by Tim Abbott
parent 8c3421c7f4
commit b51bce7c90

View File

@@ -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;