diff --git a/_attachments/pages/index.html b/_attachments/pages/index.html index 9e793d96..800f7221 100644 --- a/_attachments/pages/index.html +++ b/_attachments/pages/index.html @@ -11,19 +11,31 @@ - + + \ No newline at end of file diff --git a/_attachments/style/demo.css b/_attachments/style/demo.css index e800f5c0..367153da 100644 --- a/_attachments/style/demo.css +++ b/_attachments/style/demo.css @@ -49,4 +49,5 @@ a:hover{text-decoration:underline;} .usingMouse a{outline:none;} a.button span.icon.loading { background-image: url(../images/loader.gif); } + .loading { background-image: url(../images/loader.gif); background-repeat: no-repeat; padding-left: 15px; background-position: 0px 3px;} a.button:hover span.icon.loading { background-image: url(../images/loader-blue.gif); }