Add indicator to default dark theme

This commit is contained in:
Jason McBrayer 2018-09-03 12:25:38 -04:00
parent 2613de0646
commit 140b43188b
1 changed files with 18 additions and 0 deletions

View File

@ -132,3 +132,21 @@ emoji-link
border-top-right-radius: 0;
height: 38px;
}
#page-load-indicator
{
width: 100%;
height: 2px;
background-color: #4CC;
opacity: 0.8;
position: fixed;
top: 0;
left: 0;
z-index: 666;
transition: all 500ms;
}
#page-load-indicator.ic-use-transition
{
width:0;
}