summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
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/light/prefs.less
parent217922899dd2c6ec183d381b2d27d0f6cae1d85c (diff)
render list of plugins on the client
Diffstat (limited to 'themes/light/prefs.less')
-rw-r--r--themes/light/prefs.less45
1 files changed, 45 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 35db886ce..4ffcc5ab1 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -112,6 +112,51 @@ body.ttrss_prefs {
}
}
+ ul.prefs-plugin-list {
+ margin : 0;
+ padding : 0;
+
+ li {
+ display : flex;
+ align-items : center;
+ line-height : 30px;
+ border-bottom: @border-default 1px solid;
+
+ > * {
+ padding : 4px;
+ }
+
+ label.checkbox {
+ display : flex;
+ align-items : center;
+ min-width : 200px;
+ margin-right : 16px;
+ cursor : pointer;
+
+ &.system {
+ cursor : auto;
+ }
+
+ .name {
+ flex-grow: 2;
+ display: inline-block;
+ text-align: right;
+ font-weight : bold;
+ }
+ }
+
+ .actions {
+ flex-grow : 2;
+ text-align: right;
+ }
+
+ .version {
+ min-width: 200px;
+ text-align: right;
+ }
+ }
+ }
+
.plugin-installer-list {
.plugin-installed {
opacity : 0.5;