mirror of https://gitlab.com/brutaldon/brutaldon
Add indicator to default dark theme
This commit is contained in:
parent
2613de0646
commit
140b43188b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue