summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-06 18:14:25 +0300
committerAndrew Dolgov <[email protected]>2021-03-06 18:14:25 +0300
commit473ea6255c634fa47ee8c8e24de910785b9b095b (patch)
treec2dd63f742b4e52df7aacd4a0a70719f533b7193 /themes/night_blue.css
parent217922899dd2c6ec183d381b2d27d0f6cae1d85c (diff)
render list of plugins on the client
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index cda01a990..9c8f7d848 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1515,6 +1515,43 @@ body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
body.ttrss_prefs .users-list td {
cursor: pointer;
}
+body.ttrss_prefs ul.prefs-plugin-list {
+ margin: 0;
+ padding: 0;
+}
+body.ttrss_prefs ul.prefs-plugin-list li {
+ display: flex;
+ align-items: center;
+ line-height: 30px;
+ border-bottom: #222 1px solid;
+}
+body.ttrss_prefs ul.prefs-plugin-list li > * {
+ padding: 4px;
+}
+body.ttrss_prefs ul.prefs-plugin-list li label.checkbox {
+ display: flex;
+ align-items: center;
+ min-width: 200px;
+ margin-right: 16px;
+ cursor: pointer;
+}
+body.ttrss_prefs ul.prefs-plugin-list li label.checkbox.system {
+ cursor: auto;
+}
+body.ttrss_prefs ul.prefs-plugin-list li label.checkbox .name {
+ flex-grow: 2;
+ display: inline-block;
+ text-align: right;
+ font-weight: bold;
+}
+body.ttrss_prefs ul.prefs-plugin-list li .actions {
+ flex-grow: 2;
+ text-align: right;
+}
+body.ttrss_prefs ul.prefs-plugin-list li .version {
+ min-width: 200px;
+ text-align: right;
+}
body.ttrss_prefs .plugin-installer-list .plugin-installed {
opacity: 0.5;
}