Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Firefox
Firefox downloading animation css
Message
<blockquote data-quote="n8chavez" data-source="post: 987149" data-attributes="member: 90863"><p>I found one. It's okay. But anyone have anything better?</p><p></p><p>[CODE]/* Hide unwanted bits */</p><p>#downloads-indicator-start-box, #downloads-indicator-start-image > *,</p><p>#downloads-indicator-finish-box, #downloads-indicator-finish-image > * {</p><p> opacity: 0 !important;</p><p> visibility: hidden !important;</p><p>}</p><p></p><p>/* Bar graphics and width driver */</p><p>#downloads-indicator-progress-outer {</p><p> background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3crect x='0' y='3' width='16' height='10' stroke='%23888' fill='%23f4f4f4' stroke-width='1'/%3e%3c/svg%3e") center no-repeat !important;</p><p>}</p><p>#downloads-indicator-progress-inner {</p><p> background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3crect x='0' y='3' width='16' height='10' stroke='%233c9af8' fill='%233c9af8' stroke-width='1' style='opacity:0.7' /%3e%3c/svg%3e") left no-repeat !important;</p><p> max-width: var(--download-progress-pcent);</p><p>}</p><p>#downloads-button[animate][notification="finish"] #downloads-indicator-progress-inner {</p><p> max-width: 100% !important;</p><p> width: 100% !important;</p><p>}</p><p></p><p>/* Fix visibility, shape, and alignment */</p><p>#downloads-button[animate][notification="start"] > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer,</p><p>#downloads-button[progress] > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer,</p><p>#downloads-button[animate][notification="finish"] > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer {</p><p> visibility: visible !important;</p><p> border-radius: 0 !important;</p><p> border: none !important;</p><p> align-items: left !important;</p><p> justify-content: left !important;</p><p>}</p><p></p><p>#downloads-button[animate][notification="start"] #downloads-indicator-progress-inner,</p><p>#downloads-button[progress] #downloads-indicator-progress-inner,</p><p>#downloads-button[animate][notification="finish"] #downloads-indicator-progress-inner {</p><p> visibility: visible !important;</p><p> border-radius: 0 !important;</p><p> border: none !important;</p><p>}[/CODE]</p></blockquote><p></p>
[QUOTE="n8chavez, post: 987149, member: 90863"] I found one. It's okay. But anyone have anything better? [CODE]/* Hide unwanted bits */ #downloads-indicator-start-box, #downloads-indicator-start-image > *, #downloads-indicator-finish-box, #downloads-indicator-finish-image > * { opacity: 0 !important; visibility: hidden !important; } /* Bar graphics and width driver */ #downloads-indicator-progress-outer { background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3crect x='0' y='3' width='16' height='10' stroke='%23888' fill='%23f4f4f4' stroke-width='1'/%3e%3c/svg%3e") center no-repeat !important; } #downloads-indicator-progress-inner { background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3crect x='0' y='3' width='16' height='10' stroke='%233c9af8' fill='%233c9af8' stroke-width='1' style='opacity:0.7' /%3e%3c/svg%3e") left no-repeat !important; max-width: var(--download-progress-pcent); } #downloads-button[animate][notification="finish"] #downloads-indicator-progress-inner { max-width: 100% !important; width: 100% !important; } /* Fix visibility, shape, and alignment */ #downloads-button[animate][notification="start"] > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer, #downloads-button[progress] > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer, #downloads-button[animate][notification="finish"] > .toolbarbutton-badge-stack > #downloads-indicator-progress-outer { visibility: visible !important; border-radius: 0 !important; border: none !important; align-items: left !important; justify-content: left !important; } #downloads-button[animate][notification="start"] #downloads-indicator-progress-inner, #downloads-button[progress] #downloads-indicator-progress-inner, #downloads-button[animate][notification="finish"] #downloads-indicator-progress-inner { visibility: visible !important; border-radius: 0 !important; border: none !important; }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Top