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

style plain textareas

parent 230f92f5
No related branches found
No related tags found
No related merge requests found
...@@ -94,8 +94,10 @@ spinning gradient border effect */ ...@@ -94,8 +94,10 @@ spinning gradient border effect */
/* Scrollbar styles */ /* Scrollbar styles */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; /* for vertical scrollbars */ width: 10px;
height: 10px; /* for horizontal scrollbars */ /* for vertical scrollbars */
height: 10px;
/* for horizontal scrollbars */
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
...@@ -105,6 +107,7 @@ spinning gradient border effect */ ...@@ -105,6 +107,7 @@ spinning gradient border effect */
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
} }
/* End Scrollbar styles */ /* End Scrollbar styles */
/* remove borders on button groups -- fixes up sidebar buttons at bottom */ /* remove borders on button groups -- fixes up sidebar buttons at bottom */
...@@ -153,3 +156,13 @@ fieldset { ...@@ -153,3 +156,13 @@ fieldset {
display: block; display: block;
max-width: 300px; max-width: 300px;
} }
textarea {
background-color: var(--joy-palette-background-level-1);
border: 1px solid rgb(209, 213, 219);
color: var(--joy-palette-text-tertiary);
font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI";
font-size: 16px;
padding: 16px;
}
\ 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