mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	This commit re-adds bootstrap CSS for text inputs in realm details page by using a more specific selector in activity.css. The CSS added for search input includes bootstrap CSS applied using ".search-query" and "input[type="text"]" selectors. We remove the CSS for search-query CSS from bootstrap.css as the search element in app navbar already overrides the bootstrap CSS. This is a prep commit for removing bootstrap CSS for text type inputs.