summaryrefslogtreecommitdiff
path: root/themes/light/prefs.less
diff options
context:
space:
mode:
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;