summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-04 19:50:19 +0300
committerAndrew Dolgov <[email protected]>2021-03-04 19:50:19 +0300
commit476965b1611c45dac1e250365cbbfd03df78926f (patch)
treeed4ba1f28da5e00cd8ed69f25133a8e903d80c2e /themes/compact_night.css
parentf398fea414cc3a2598a0486aa7997f6655d02c0a (diff)
show installed plugins in the installer list
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 987f98b1b..0ca19d6ef 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1516,6 +1516,9 @@ body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
body.ttrss_prefs .users-list td {
cursor: pointer;
}
+body.ttrss_prefs .plugin-installer-list .plugin-installed {
+ opacity: 0.5;
+}
body.ttrss_prefs .event-log tr td {
font-size: 10px;
padding: 8px;