Hi,
Hey, I look for a liveserach with rounded lateral edges.
Can I find such a thing?
Example:
Hi Marcin,
To give the LiveSearch Macro rounded corners, you will want to add the following to the Custom HTML section footer: Confluence Admin > Custom HTML
<script type="text/javascript">
AJS.$("document").ready(function(){
AJS.$(".search-macro-query input[type='text']").css("border-radius","40px");
});
</script>
Then it will appear like this:
Can you give that a try and let us know how it goes?
Thanks ! It's work ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Super! Thank you for letting me know :)
Take care and have a pleasant week!
Kind Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.