mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add dialog to download articles for offline reading; start implementation
This commit is contained in:
14
tt-rss.css
14
tt-rss.css
@@ -1976,6 +1976,20 @@ div#l_progress_i {
|
||||
height : 10px;
|
||||
}
|
||||
|
||||
div#d_progress_o {
|
||||
width : 100px;
|
||||
border : 1px solid black;
|
||||
background-color : white;
|
||||
float : left;
|
||||
margin-left : 10px;
|
||||
}
|
||||
|
||||
div#d_progress_i {
|
||||
width : 10px;
|
||||
background-color : #88b0f0;
|
||||
height : 10px;
|
||||
}
|
||||
|
||||
#content-insert {
|
||||
background-color : white;
|
||||
overflow : auto;
|
||||
|
||||
Reference in New Issue
Block a user