diff options
Diffstat (limited to 'module/web/static/css/default/settings.less')
-rw-r--r-- | module/web/static/css/default/settings.less | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index 2501e2d0d..44eeddc5f 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -61,4 +61,32 @@ padding-left: 200px;
}
+}
+
+/*
+ Plugin select
+*/
+
+.plugin-select {
+ background-position: left 2px;
+ background-repeat: no-repeat;
+ background-size: 20px 20px;
+ padding-left: 24px;
+
+ font-weight: bold;
+ span {
+ line-height: 14px;
+ font-size: small;
+ font-weight: normal;
+ }
+
+}
+
+.logo-select {
+ width: 20px;
+ height: 20px;
+}
+
+.select2-container {
+ min-width: 206px; // same as other input fields
}
\ No newline at end of file |