Show More
@@ -331,3 +331,27 b' ul#graphnodes li .info {' | |||
|
331 | 331 | .breadcrumb a { |
|
332 | 332 | color: blue; |
|
333 | 333 | } |
|
334 | ||
|
335 | .scroll-loading { | |
|
336 | -webkit-animation: change_color 1s linear 0s infinite alternate; | |
|
337 | -moz-animation: change_color 1s linear 0s infinite alternate; | |
|
338 | -o-animation: change_color 1s linear 0s infinite alternate; | |
|
339 | animation: change_color 1s linear 0s infinite alternate; | |
|
340 | } | |
|
341 | ||
|
342 | @-webkit-keyframes change_color { | |
|
343 | from { background-color: #A0CEFF; } to { } | |
|
344 | } | |
|
345 | @-moz-keyframes change_color { | |
|
346 | from { background-color: #A0CEFF; } to { } | |
|
347 | } | |
|
348 | @-o-keyframes change_color { | |
|
349 | from { background-color: #A0CEFF; } to { } | |
|
350 | } | |
|
351 | @keyframes change_color { | |
|
352 | from { background-color: #A0CEFF; } to { } | |
|
353 | } | |
|
354 | ||
|
355 | .scroll-loading-error { | |
|
356 | background-color: #FFCCCC !important; | |
|
357 | } |
General Comments 0
You need to be logged in to leave comments.
Login now