diff --git a/src/renderer/styles.css b/src/renderer/styles.css
index 2ad0ca95da0454b9d92bfa654e911d0f75610fd6..17f1e6903f26897d62778ab714481c7b9eacadf4 100644
--- a/src/renderer/styles.css
+++ b/src/renderer/styles.css
@@ -199,4 +199,20 @@ textarea {
 
 .xterm-viewport::-webkit-scrollbar-thumb {
   background: var(--joy-palette-primary-400);
+}
+
+.dynamic-plugin-form select {
+  -webkit-appearance: none;
+  -moz-appearance: none;
+  appearance: none;
+  padding: 0 30px 0 10px;
+  border: 1px solid #e0e0e0;
+  border-radius: 3px;
+  line-height: 1.5rem;
+  height: 2rem;
+  background: #fff;
+  min-width: 200px;
+  margin: 0 5px 5px 0;
+  font-size: 14px;
+  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
 }
\ No newline at end of file