We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae46793 commit 5ef4097Copy full SHA for 5ef4097
scss/preset/default.scss
@@ -27,3 +27,4 @@
27
@import "trema/message";
28
@import "trema/user";
29
@import "trema/noprint";
30
+@import "trema/plugins";
scss/trema/plugins.scss
@@ -0,0 +1,7 @@
1
+// 3rd Party Plugin Improvements.
2
+
3
+// Configurable Reports: Import report from repository > Categories and Report dropdowns.
4
+body#page-blocks-configurable_reports-managereport #id_crreportcategories,
5
+body#page-blocks-configurable_reports-managereport #id_crreportnames{
6
+ margin: 10px
7
+}
0 commit comments