How to remove borders from loading gif on a dark background?
问题 I'm trying to create a dialog with a loading gif without any borders or background for my web application. I'm using PrimeFaces for JSF. I can't delete the shadow on the border. Here image and code: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:p="http://primefaces.org/ui"> <style> .loadingPanel .ui-widget-content{ background: transparent !important; border:none !important; box-shadow:none !important; } </style> <p:dialog widgetVar="loadingDialog" draggable="false" modal="true" closable=