add description
This commit is contained in:
parent
84f25d82da
commit
4da20b7984
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/loading_indicator_bouncing_line.css made available under Mozilla Public License v. 2.0
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/loading_indicator_bouncing_line.css made available under Mozilla Public License v. 2.0
|
||||||
See the above repository for updates as well as full license text. */
|
See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
|
/* Shows a left-right bouncing line at the top of the content area during navigation */
|
||||||
|
|
||||||
@keyframes statusline-anim{from{background-position-x: left}to{background-position-x: right}}
|
@keyframes statusline-anim{from{background-position-x: left}to{background-position-x: right}}
|
||||||
#statuspanel[type="status"]::after{
|
#statuspanel[type="status"]::after{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue