mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 01:47:09 +00:00
add loading overlay
This commit is contained in:
19
digest.css
19
digest.css
@@ -269,3 +269,22 @@ a:hover {
|
||||
#headlines ul#headlines-content span.tags a:hover {
|
||||
color : #659a4c;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
background : white;
|
||||
left : 0;
|
||||
top : 0;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
z-index : 100;
|
||||
position : absolute;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
#overlay_inner {
|
||||
margin : 1em;
|
||||
}
|
||||
|
||||
#overlay img {
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user