Skip to content

Commit eac13c4

Browse files
committed
styles for custom select
1 parent 2bc79f0 commit eac13c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/renderer/styles.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,20 @@ textarea {
199199

200200
.xterm-viewport::-webkit-scrollbar-thumb {
201201
background: var(--joy-palette-primary-400);
202+
}
203+
204+
.dynamic-plugin-form select {
205+
-webkit-appearance: none;
206+
-moz-appearance: none;
207+
appearance: none;
208+
padding: 0 30px 0 10px;
209+
border: 1px solid #e0e0e0;
210+
border-radius: 3px;
211+
line-height: 1.5rem;
212+
height: 2rem;
213+
background: #fff;
214+
min-width: 200px;
215+
margin: 0 5px 5px 0;
216+
font-size: 14px;
217+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
202218
}

0 commit comments

Comments
 (0)