summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 95938bc91..4909b20a3 100644
--- a/tt-rss.css
+++ b/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;