From eac13c481d8ce7123ee3503c118f644974069ee5 Mon Sep 17 00:00:00 2001 From: ali asaria <aliasaria@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:14:18 -0500 Subject: [PATCH] styles for custom select --- src/renderer/styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/renderer/styles.css b/src/renderer/styles.css index 2ad0ca95..17f1e690 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 -- GitLab