loading.css - jscancer - Javascript crap (relatively small) | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
loading.css (1597B) | |
--- | |
1 /* loader gif animation */ | |
2 input.datalist.loading { | |
3 cursor: wait; | |
4 background-image: url("data:image/gif;base64,R0lGODlhEAAQAIQAAP/… | |
5 background-repeat: no-repeat; | |
6 background-position: center right; | |
7 |