Skip to content
Snippets Groups Projects
Commit eac13c48 authored by ali asaria's avatar ali asaria
Browse files

styles for custom select

parent 2bc79f05
No related branches found
No related tags found
No related merge requests found
...@@ -199,4 +199,20 @@ textarea { ...@@ -199,4 +199,20 @@ textarea {
.xterm-viewport::-webkit-scrollbar-thumb { .xterm-viewport::-webkit-scrollbar-thumb {
background: var(--joy-palette-primary-400); 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment