summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-27 19:14:13 +0300
committerAndrew Dolgov <[email protected]>2021-02-27 19:14:13 +0300
commit7f2fe465b07c149a7131943215103d9ae0f21b69 (patch)
tree1758069a5d09c9a67fd65ab9d7742be72be9a59d /themes/light
parentd821e4b090a30d1d2dba2cba27d9c944210d195c (diff)
add plugin updates checker into normal updates checker
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 35eec3e48..a4cf2f098 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -888,6 +888,11 @@ body.ttrss_main {
cursor : pointer;
}
+ #updates-available {
+ color : @color-checked;
+ padding-right : 4px;
+ }
+
i {
margin : 0 4px;
}