mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 20:17:11 +00:00
add infobox overlay, layout fixes
This commit is contained in:
12
tt-rss.css
12
tt-rss.css
@@ -1068,6 +1068,18 @@ a.cdmToggleLink:hover {
|
||||
font-size : 8pt;
|
||||
}
|
||||
|
||||
#dialog_overlay {
|
||||
background : white;
|
||||
left : 0;
|
||||
top : 0;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
z-index : 2;
|
||||
opacity : 0.5;
|
||||
position : absolute;
|
||||
display : none;
|
||||
}
|
||||
|
||||
#overlay {
|
||||
background : white;
|
||||
left : 0;
|
||||
|
||||
Reference in New Issue
Block a user