UNPKG

circlebars

Version:

a jQuery plugin for circular progress bars and countdown timers

19 lines 465 B
/*Add attribute data-circle-skin = "white" to the div */ /*Note :- This looks best on dark backgrounds*/ .white .loader-bg { border-color: rgba(255,255,255,0.1); box-shadow: inset 2px 2px 20px 0 rgba(0,0,0,0.1) !important; } .white .text { font-size: 20px; color: #fff !important; } .white .loader-spinner { border-color: #fff; } .white.circle-loaded-75 .text { color: #ddd !important; } .white.circle-loaded-75 .loader-spinner { border-color: #ddd; }